parent
db291c0b80
commit
7bc8cfefef
@ -0,0 +1,14 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Command line utilities
|
||||||
|
wine
|
||||||
|
|
||||||
|
# Programming languages
|
||||||
|
jdk
|
||||||
|
|
||||||
|
# Games
|
||||||
|
prismlauncher
|
||||||
|
];
|
||||||
|
}
|
@ -1,5 +1,8 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ (import ./i3) ];
|
imports = [
|
||||||
|
(import ./apps.nix)
|
||||||
|
(import ./i3)
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue