Compare commits

..

No commits in common. "bfe7abdb334c67996d79dc90cf30ed645eb3ae27" and "8a5be644b89584477de559bb2ca0f72a7a6d5a4c" have entirely different histories.

4 changed files with 2 additions and 7 deletions

View file

@ -2,6 +2,7 @@
{ pkgs, ... }: {
imports = [
./global.nix
./global.linux.nix
./features/desktop
./features/devel/js.nix
./features/devel/java.nix

View file

@ -1,5 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ vesktop ];
}

View file

@ -1 +1 @@
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
{ ... }: { imports = [ ./flatpak.nix ]; }

View file

@ -7,6 +7,5 @@
system-config-printer
krita
ntfs3g
kcalc
];
}