This commit is contained in:
Odweta
2026-01-11 23:00:09 +01:00
parent b4d30ada4a
commit 92edee160e
6 changed files with 42 additions and 0 deletions
+4
View File
@@ -10,9 +10,13 @@
./bash.nix
./git.nix
./hyprland.nix
./keepass.nix
./kitty.nix
./minecraft.nix
./syncthing.nix
./vim.nix
./waybar.nix
./xdg.nix
./xournalpp.nix
];
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
keepassxc
];
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
prismlauncher
];
}
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
steam
];
programs.steam.enable = true;
}
+8
View File
@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
syncthing
syncthing-tray
];
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
xournalpp
];
}