Compare commits

..

No commits in common. "e32305803a4110552a7875a4fa65491b766ce959" and "43f04499ba724dc37f1bd7523fdf328edebcaa5c" have entirely different histories.

3 changed files with 5 additions and 8 deletions

7
flake.lock generated
View File

@ -103,16 +103,17 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1708399455,
"narHash": "sha256-6a1IK/djmOtEFe0wrcb2+lTibvYH1mFB+NxbDI2OZhQ=",
"lastModified": 1708270483,
"narHash": "sha256-zV84926bj/nDC3/eTXXCeOtKMYHogUGfyr+39fVqXfE=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "86be75dd97b5633b8c0aa6bdcb3346fa871a8480",
"rev": "fae47ef462d1d7969afe001070839391ba6dbaa8",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "fae47ef462d1d7969afe001070839391ba6dbaa8",
"type": "github"
}
},

View File

@ -35,7 +35,7 @@
};
# no inputs.nixpkgs.follows so i can use cachix
hyprland.url = "github:hyprwm/Hyprland";
hyprland.url = "github:hyprwm/Hyprland/fae47ef462d1d7969afe001070839391ba6dbaa8";
hyprwm-contrib = {
url = "github:hyprwm/contrib";

View File

@ -9,8 +9,6 @@ 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; [
@ -20,8 +18,6 @@ in
shell = pkgs.zsh;
};
users.groups.nullbite.gid = 1000;
# shell config
programs.zsh.enable = true;
programs.fzf = {