Compare commits
3 commits
f3c0db8c6a
...
d42882e8de
Author | SHA1 | Date | |
---|---|---|---|
d42882e8de | |||
fcdc4e942f | |||
c30322e780 |
3 changed files with 6 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Red-dark";
|
name = "Catppuccin-Mocha-Standard-Red-Dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["red"];
|
accents = ["red"];
|
||||||
size = "standard";
|
size = "standard";
|
||||||
|
|
|
@ -17,9 +17,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.river = {
|
programs.hyprland.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.hostName = "ame";
|
networking.hostName = "ame";
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
../../home/zellij
|
../../home/zellij
|
||||||
../../home/mako
|
../../home/mako
|
||||||
../../home/gtk/catppuccin-red.nix
|
../../home/gtk/catppuccin-red.nix
|
||||||
../../home/wayland/river/waybar
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
@ -19,9 +18,10 @@
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
brave
|
brave
|
||||||
webcord
|
floorp
|
||||||
session-desktop
|
discord
|
||||||
spotify-player
|
spotify-player
|
||||||
|
cinny-desktop
|
||||||
pavucontrol
|
pavucontrol
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
mpv
|
mpv
|
||||||
rustypaste-cli
|
rustypaste-cli
|
||||||
playerctl
|
playerctl
|
||||||
logseq
|
obsidian
|
||||||
cryptomator
|
cryptomator
|
||||||
wayland
|
wayland
|
||||||
glib
|
glib
|
||||||
|
|
Loading…
Reference in a new issue