home/natto: misc changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-14 09:58:58 +05:30
parent 6faf1756d3
commit 3cb1266f60
3 changed files with 10 additions and 13 deletions

View File

@@ -77,20 +77,13 @@
xstring xstring
catchfile catchfile
framed framed
upquote; upquote
tcolorbox;
}) })
# carla
# electrum
anki-bin anki-bin
spotify spotify
deluge
teams teams
# libreoffice
google-drive-ocamlfuse
customscripts
(qjackctl.override { jackSession = true; }) (qjackctl.override { jackSession = true; })
stable.lmms
# stable.blender
thunderbird thunderbird
neomutt neomutt
mailcap mailcap
@@ -99,7 +92,11 @@
betterdiscordctl betterdiscordctl
python3Packages.pygments python3Packages.pygments
calibre calibre
easyeffects
noisetorch noisetorch
customscripts
tlauncher
lutris
gnome.zenity
protontricks
]; ];
} }

View File

@@ -3,7 +3,7 @@
programs = { programs = {
firefox = { firefox = {
enable = true; enable = true;
package = pkgs.master.firefox-bin; package = pkgs.master.firefox;
profiles.natto = { profiles.natto = {
name = "natto"; name = "natto";
# userChrome = builtins.readFile ./config/firefox/userChrome.css; # userChrome = builtins.readFile ./config/firefox/userChrome.css;

View File

@@ -19,7 +19,7 @@ in
}; };
}; };
}; };
picom = { /*picom = {
experimentalBackends = true; experimentalBackends = true;
enable = true; enable = true;
shadow = true; shadow = true;
@@ -57,7 +57,7 @@ in
detect-rounded-corners = true; detect-rounded-corners = true;
detect-client-opacity = true; detect-client-opacity = true;
''; '';
}; };*/
sxhkd = { sxhkd = {
enable = false; enable = false;
extraConfig = builtins.readFile ./config/sxhkd/sxhkdrc; extraConfig = builtins.readFile ./config/sxhkd/sxhkdrc;