Compare commits
No commits in common. "bfe7abdb334c67996d79dc90cf30ed645eb3ae27" and "8a5be644b89584477de559bb2ca0f72a7a6d5a4c" have entirely different histories.
bfe7abdb33
...
8a5be644b8
4 changed files with 2 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
||||||
{ 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
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [ vesktop ];
|
|
||||||
}
|
|
|
@ -1 +1 @@
|
||||||
{ ... }: { imports = [ ./flatpak.nix ./discord.nix ]; }
|
{ ... }: { imports = [ ./flatpak.nix ]; }
|
||||||
|
|
|
@ -7,6 +7,5 @@
|
||||||
system-config-printer
|
system-config-printer
|
||||||
krita
|
krita
|
||||||
ntfs3g
|
ntfs3g
|
||||||
kcalc
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue