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; [
|
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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue