1
0
Fork 0

install gnome shell extensions

This commit is contained in:
Malte 2022-10-20 00:12:12 +02:00
parent 0300a7b943
commit 92f4006583
2 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: let
fork = cmd: "fork ${cmd}";
edit_dir = dir: "sh -c 'cd ${dir}; vim ${dir}'";
in [
{
Orga = [
@ -9,7 +10,7 @@ in [
{Tasks = "tasksh";}
{Meditate = "meditate";}
{Pythia = "pythia";}
{Notes = "vim ~/git/notes";}
{Notes = edit_dir "~/git/notes";}
];
}
{
@ -18,7 +19,7 @@ in [
Open = fork "evince ~/git/promotion/out/print.pdf";
Build = "sh -c 'cd ~/git/promotion; flix develop -c flix run'";
Directory = fork "footclient -d ~/git/promotion";
Edit = "vim ~/git/promotion";
Edit = edit_dir "~/git/promotion";
};
}
{
@ -67,7 +68,7 @@ in [
{
Apps = {
Editor = fork "codium";
Config = "vim ~/git/config";
Config = edit_dir "~/git/config";
Files = fork "nautilus";
DarkTerminal = fork "footclient -o 'color.background=000000' -o 'foreground=ffffff'";
Accounting = {

View file

@ -115,6 +115,9 @@ self: super: {
window-is-ready-remover
nothing-to-say
notification-banner-position
windownavigator
user-themes
removable-drive-menu
gtile
caffeine
dash-to-panel
@ -130,7 +133,6 @@ self: super: {
(self.gnome)
dconf-editor
gnome-tweaks
gnome-shell-extensions
adwaita-icon-theme
gnome-session
;