mostly usable flake
This commit is contained in:
parent
d3c4b789f7
commit
6c0eb5a131
4 changed files with 78 additions and 6 deletions
|
|
@ -12,7 +12,6 @@
|
|||
".config/waybar/config".source = (if vars.user == "alyx" then config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/cyberhack" else config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/modern");
|
||||
".config/waybar/style.css".source = (if vars.user == "alyx" then config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/cyberhack.css" else config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/waybar/modern.css");
|
||||
};
|
||||
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
|
|
@ -20,7 +19,9 @@
|
|||
name = "catppuccin-mocha-mauve-cursors";
|
||||
size = 24;
|
||||
};
|
||||
gtk = {
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "CyberHack";
|
||||
|
|
@ -30,15 +31,14 @@
|
|||
qt = {
|
||||
enable = true;
|
||||
style.name = "kvantum";
|
||||
platformTheme = "qt5ct";
|
||||
platformTheme.name = "qtct";
|
||||
};
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
|
|
@ -135,6 +135,7 @@
|
|||
wlr-randr
|
||||
wttrbar
|
||||
v4l-utils
|
||||
inputs.waterfox.packages.${pkgs.stdenv.hostPlatform.system}.waterfox-bin
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue