non important commit
This commit is contained in:
parent
e571e03cf4
commit
fa327f9141
5 changed files with 13 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
floatc,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./zellij.nix
|
||||
];
|
||||
|
|
@ -8,6 +12,7 @@
|
|||
btop
|
||||
fastfetch
|
||||
oh-my-posh
|
||||
floatc.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
gtk.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue