Compare commits
3 commits
8a5be644b8
...
bfe7abdb33
Author | SHA1 | Date | |
---|---|---|---|
bfe7abdb33 | |||
0154be0637 | |||
5eb4f266ad |
4 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./global.nix
|
./global.nix
|
||||||
./global.linux.nix
|
|
||||||
./features/desktop
|
./features/desktop
|
||||||
./features/devel/js.nix
|
./features/devel/js.nix
|
||||||
./features/devel/java.nix
|
./features/devel/java.nix
|
||||||
|
|
5
home/features/desktop/discord.nix
Normal file
5
home/features/desktop/discord.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ vesktop ];
|
||||||
|
}
|
|
@ -1 +1 @@
|
||||||
{ ... }: { imports = [ ./flatpak.nix ]; }
|
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
system-config-printer
|
system-config-printer
|
||||||
krita
|
krita
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
kcalc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue