make some apps desktop-only
This commit is contained in:
parent
db291c0b80
commit
7bc8cfefef
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ (import ./i3) ];
|
||||
imports = [
|
||||
(import ./apps.nix)
|
||||
(import ./i3)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue