Compare commits
2 commits
34c0206afd
...
c4bbf46dab
Author | SHA1 | Date | |
---|---|---|---|
c4bbf46dab | |||
1741561394 |
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{config, ...}: {
|
||||
{config, pkgs, ...}: {
|
||||
imports = [
|
||||
./steam
|
||||
];
|
||||
|
@ -8,4 +8,8 @@
|
|||
./home-manager.nix
|
||||
]
|
||||
else [];
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
pkgs.elisa
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./firefox
|
||||
./password-manager.nix
|
||||
|
@ -7,4 +7,7 @@ _: {
|
|||
./ims.nix
|
||||
./audacious.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.kontact
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue