Updated everything one more time

This commit is contained in:
2025-03-12 09:44:07 -03:00
parent dda7474e08
commit 71941b4141
7 changed files with 382 additions and 502 deletions

View File

@@ -3,7 +3,7 @@
nixConfig = {experimental-features = ["nix-command" "flakes"];};
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -27,7 +27,7 @@
# Home Manager
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -37,7 +37,7 @@
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
# Theming
stylix.url = "github:danth/stylix";
stylix.url = "github:danth/stylix/release-24.11";
#kde2nix
#kde2nix.url = "github:nix-community/kde2nix";
@@ -150,7 +150,7 @@
./home
./home/shell
./home/applications
./home/desktops/gnome
./home/desktops/kde
];
};
}