Compare commits
2 Commits
43f04499ba
...
e32305803a
Author | SHA1 | Date | |
---|---|---|---|
e32305803a | |||
a0b0d8cab8 |
7
flake.lock
generated
7
flake.lock
generated
@ -103,17 +103,16 @@
|
||||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1708270483,
|
||||
"narHash": "sha256-zV84926bj/nDC3/eTXXCeOtKMYHogUGfyr+39fVqXfE=",
|
||||
"lastModified": 1708399455,
|
||||
"narHash": "sha256-6a1IK/djmOtEFe0wrcb2+lTibvYH1mFB+NxbDI2OZhQ=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "fae47ef462d1d7969afe001070839391ba6dbaa8",
|
||||
"rev": "86be75dd97b5633b8c0aa6bdcb3346fa871a8480",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "fae47ef462d1d7969afe001070839391ba6dbaa8",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -35,7 +35,7 @@
|
||||
};
|
||||
|
||||
# no inputs.nixpkgs.follows so i can use cachix
|
||||
hyprland.url = "github:hyprwm/Hyprland/fae47ef462d1d7969afe001070839391ba6dbaa8";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
hyprwm-contrib = {
|
||||
url = "github:hyprwm/contrib";
|
||||
|
@ -9,6 +9,8 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.users.nullbite = {
|
||||
uid = 1000;
|
||||
group = "nullbite";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ] ++ lib.optional config.nixfiles.packageSets.fun.enable "input";
|
||||
packages = with pkgs; [
|
||||
@ -18,6 +20,8 @@ in
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
users.groups.nullbite.gid = 1000;
|
||||
|
||||
# shell config
|
||||
programs.zsh.enable = true;
|
||||
programs.fzf = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user