mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
add krita to laptop
This commit is contained in:
parent
b4f6454695
commit
035aa2a0fe
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [ krita ];
|
||||
|
||||
is-laptop = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue