programs
This commit is contained in:
parent
48322125fd
commit
9866cdfb42
|
@ -6,7 +6,7 @@
|
|||
boot.loader.grub.useOSProber = true;
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../../modules/apps
|
||||
../../modules/programs
|
||||
../../modules/system
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
./wm
|
||||
./apps
|
||||
./games
|
||||
./system
|
||||
./hardware
|
||||
./services
|
||||
./system
|
||||
./programs
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
|
@ -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";
|
Loading…
Reference in a new issue