add trollshell
This commit is contained in:
parent
fda8a5b8e9
commit
1c14eaeccf
6 changed files with 73 additions and 15 deletions
|
|
@ -15,6 +15,7 @@
|
|||
./swayidle.nix
|
||||
#./swaylock.nix
|
||||
#./swaync.nix
|
||||
./trollshell.nix
|
||||
./vscode.nix
|
||||
# ./waybar.nix
|
||||
# ./wlogout.nix
|
||||
|
|
@ -59,12 +60,8 @@
|
|||
|
||||
chromium.enable = true;
|
||||
nova-shell = {
|
||||
enable = true;
|
||||
theme = {
|
||||
fontSize = 14;
|
||||
};
|
||||
#modules.backgroundOverlay.enable = false;
|
||||
#modules.screenCorners.enable = false;
|
||||
#enable = true;
|
||||
theme.fontSize = 14;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
7
homeConfigurations/muede/trollshell.nix
Normal file
7
homeConfigurations/muede/trollshell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.trollshell = {
|
||||
enable = true;
|
||||
weather.fallbackCity = "Berlin";
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue