whole lotta everythin
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
@@ -17,6 +17,7 @@
|
||||
gtk4 = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
theme = config.gtk.theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
modifier = "Mod4";
|
||||
# Use kitty as default terminal
|
||||
terminal = "kitty";
|
||||
#startup = [
|
||||
# # Launch Firefox on start
|
||||
# {command = "firefox";}
|
||||
#];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user