Added some more packages

This commit is contained in:
Emmet 2024-01-03 18:46:17 -06:00
parent f0399b12e3
commit 0889af7fe8
2 changed files with 13 additions and 1 deletions

View file

@ -25,8 +25,9 @@ in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# Games # Games
gamehub pegasus-frontend
myRetroarch myRetroarch
libfaketime
airshipper airshipper
qjoypad qjoypad
superTux superTux
@ -41,6 +42,13 @@ in
terminal = false; terminal = false;
type = "Application"; type = "Application";
}) })
(pkgs.makeDesktopItem {
name = "eontimer";
desktopName = "EonTimer";
exec = "/home/emmet/.local/bin/eontimer";
terminal = false;
type = "Application";
})
]; ];
nixpkgs.config = { nixpkgs.config = {

View file

@ -32,6 +32,8 @@
exec-once = hyprprofile Personal exec-once = hyprprofile Personal
exec-once = pypr exec-once = pypr
exec-once = ydotoold
exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
exec-once = nm-applet exec-once = nm-applet
exec-once = blueman-applet exec-once = blueman-applet
exec-once = GOMAXPROCS=1 syncthing --no-browser exec-once = GOMAXPROCS=1 syncthing --no-browser
@ -263,8 +265,10 @@
polkit_gnome polkit_gnome
libva-utils libva-utils
gsettings-desktop-schemas gsettings-desktop-schemas
gnome.zenity
wlr-randr wlr-randr
wtype wtype
ydotool
wl-clipboard wl-clipboard
hyprland-protocols hyprland-protocols
hyprpicker hyprpicker