Back to GNOME
This commit is contained in:
@@ -20,13 +20,13 @@
|
|||||||
noctalia.inputs.nixpkgs.follows = "nixpkgs";
|
noctalia.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Plasma-Manager
|
# Plasma-Manager
|
||||||
plasma-manager = {
|
# plasma-manager = {
|
||||||
url = "github:nix-community/plasma-manager";
|
# url = "github:nix-community/plasma-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, niri, noctalia, plasma-manager, ... }@inputs: {
|
outputs = { self, nixpkgs, home-manager, niri, noctalia, ... }@inputs: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
dukebook = nixpkgs.lib.nixosSystem {
|
dukebook = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@@ -38,7 +38,6 @@
|
|||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.martin = {
|
home-manager.users.martin = {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user