Compare commits

..

2 Commits

Author SHA1 Message Date
Alexandre
63416a42d6 Fixed hyprland path and added a new alias
Some checks failed
Check config / build (push) Failing after 10m6s
2026-05-30 22:51:52 +02:00
Alexandre
c46d45a0b3 Fixed niri modul 2026-05-30 22:51:52 +02:00
3 changed files with 4 additions and 2 deletions

View File

@ -79,6 +79,7 @@ in
lars = "time sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#laptop"; lars = "time sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#laptop";
cdd = "cd ~/Developer/nix/NixOSDots"; cdd = "cd ~/Developer/nix/NixOSDots";
ncg = "time nix-collect-garbage -d"; ncg = "time nix-collect-garbage -d";
nfc = "time nix flake check ~/Developer/nix/NixOSDots";
nfu = "time nix flake update --flake ~/Developer/nix/NixOSDots"; nfu = "time nix flake update --flake ~/Developer/nix/NixOSDots";
}; };
}; };

View File

@ -122,7 +122,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
# Custom scripts # Custom scripts
(import ../scripts { inherit pkgs; }) (import ../scripts.nix { inherit pkgs; })
# Hyprland related (rice, etc...) # Hyprland related (rice, etc...)
wofi wofi
alacritty alacritty

View File

@ -1,8 +1,9 @@
{}: { pkgs, ... }:
{ {
programs.niri = { programs.niri = {
enable = true; enable = true;
package = pkgs.niri;
config = { config = {
input = { input = {
focus-follows-mouse = null; focus-follows-mouse = null;