Changed: Nix Version

This commit is contained in:
DerGrumpf 2025-03-26 14:26:29 +01:00
parent 7874efb0d7
commit 40e8e8ff65
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
hyprland.url = "github:hyprwm/Hyprland";
home-manager.url = "github:nix-community/home-manager/release-24.05";

View File

@ -10,7 +10,6 @@ in
{
imports = [
./kitty.nix # Terminal
./fileManager.nix
../waybar # Status Bar
../rofi # App Launcher
];