This commit is contained in:
joy 2024-10-10 11:20:03 +02:00
parent 48322125fd
commit 9866cdfb42
26 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
boot.loader.grub.useOSProber = true;
imports = [
./hardware.nix
../../modules/apps
../../modules/programs
../../modules/system
];
}

View file

@ -1,10 +1,10 @@
{
imports = [
./wm
./apps
./games
./system
./hardware
./services
./system
./programs
];
}

View file

@ -6,7 +6,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = lib.mkForce "~/nix/modules/apps/home/rofi/gruvbox-material.rasi";
theme = lib.mkForce "~/nix/modules/programs/home/rofi/gruvbox-material.rasi";
extraConfig = {
display-drun = "";
show-icons = true;

View file

@ -13,8 +13,8 @@
cat = "bat";
lg = "lazygit";
ser = "ssh root@joygnu.org";
ip = "sh ~/nix/modules/apps/home/zsh/scripts/ip.sh";
rb = "sh ~/nix/modules/apps/home/zsh/scripts/rebuild.sh";
ip = "sh ~/nix/modules/programs/home/zsh/scripts/ip.sh";
rb = "sh ~/nix/modules/programs/home/zsh/scripts/rebuild.sh";
fr = "sudo systemctl reboot --firmware";
up = "nix flake update ~/nix";
del = "sudo nix-collect-garbage -d";