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

View file

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