This commit is contained in:
joygnu 2024-07-07 14:39:15 +02:00
parent feab629f88
commit ae99f1adfa
3 changed files with 6 additions and 5 deletions

View file

@ -240,15 +240,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1720349274,
"narHash": "sha256-peqNhoZV0oT12QQBmIKkNbKE7HjjNYgwahXweJ7ZfNM=",
"lastModified": 1720031269,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a51b16e53aa6fe457681a25be7772908cf98de21",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
ags.url = "github:Aylur/ags";
stylix.url = "github:danth/stylix";

View file

@ -28,7 +28,7 @@ programs.neovim = {
defaultEditor = true;
};
programs.hyprland.enable = true;
programs.hyprland.enable = true;
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;