mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added some more packages
This commit is contained in:
parent
f0399b12e3
commit
0889af7fe8
|
@ -25,8 +25,9 @@ in
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
gamehub
|
||||
pegasus-frontend
|
||||
myRetroarch
|
||||
libfaketime
|
||||
airshipper
|
||||
qjoypad
|
||||
superTux
|
||||
|
@ -41,6 +42,13 @@ in
|
|||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "eontimer";
|
||||
desktopName = "EonTimer";
|
||||
exec = "/home/emmet/.local/bin/eontimer";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
exec-once = hyprprofile Personal
|
||||
|
||||
exec-once = pypr
|
||||
exec-once = ydotoold
|
||||
exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
exec-once = GOMAXPROCS=1 syncthing --no-browser
|
||||
|
@ -263,8 +265,10 @@
|
|||
polkit_gnome
|
||||
libva-utils
|
||||
gsettings-desktop-schemas
|
||||
gnome.zenity
|
||||
wlr-randr
|
||||
wtype
|
||||
ydotool
|
||||
wl-clipboard
|
||||
hyprland-protocols
|
||||
hyprpicker
|
||||
|
|
Loading…
Reference in a new issue