ux/ui
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
syncthing
|
||||
syncthing-tray
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
xournalpp
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user