Add plasma module
This commit is contained in:
parent
c1e2b34b50
commit
1e53199429
5 changed files with 82 additions and 253 deletions
|
|
@ -1,10 +1,12 @@
|
|||
{ config, pkgs, firefox-addons, ... }:
|
||||
{ config, pkgs, firefox-addons, plasma-manager, ... }:
|
||||
|
||||
{
|
||||
# Import the common NixOS home configuration
|
||||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/firefox.nix
|
||||
../../../modules/plasma.nix
|
||||
plasma-manager.homeModules.plasma-manager
|
||||
];
|
||||
|
||||
# Enable Firefox with NixOS-specific package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue