Updated everything one more time
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user