Kde: enable partition manager
This commit is contained in:
parent
27e3886afc
commit
59d5da3419
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -6,4 +6,7 @@
|
|||
./firefox.nix
|
||||
./skanpage.nix
|
||||
];
|
||||
|
||||
# Enable the kde partition manager
|
||||
programs.partition-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue