mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
add processing and icons
This commit is contained in:
parent
8221bde1cc
commit
14637d2624
2 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
pkgs.lix
|
lix
|
||||||
libsForQt5.discover
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -100,6 +100,7 @@ in
|
||||||
[
|
[
|
||||||
(nixGL insomnia)
|
(nixGL insomnia)
|
||||||
(nixGL comma)
|
(nixGL comma)
|
||||||
|
(nixGL processing)
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
|
Loading…
Reference in a new issue