Compare commits
No commits in common. "63416a42d6021847b720b616c0658ea9fb92eea1" and "adb80fa45e19e795b7cdf4809f4bc0ae3307e13b" have entirely different histories.
63416a42d6
...
adb80fa45e
@ -79,7 +79,6 @@ 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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -122,7 +122,7 @@ in
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Custom scripts
|
# Custom scripts
|
||||||
(import ../scripts.nix { inherit pkgs; })
|
(import ../scripts { inherit pkgs; })
|
||||||
# Hyprland related (rice, etc...)
|
# Hyprland related (rice, etc...)
|
||||||
wofi
|
wofi
|
||||||
alacritty
|
alacritty
|
||||||
|
|||||||
@ -1,9 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{}:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.niri;
|
|
||||||
config = {
|
config = {
|
||||||
input = {
|
input = {
|
||||||
focus-follows-mouse = null;
|
focus-follows-mouse = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user