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