packages
This commit is contained in:
parent
9b9ec35ba3
commit
b106040f55
2 changed files with 23 additions and 18 deletions
|
@ -149,6 +149,7 @@
|
|||
tailscale
|
||||
font-manager
|
||||
ulauncher
|
||||
|
||||
clipman
|
||||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.dash-to-dock
|
||||
|
@ -159,8 +160,11 @@
|
|||
gnome-software
|
||||
gnome-tweaks
|
||||
gnome-photos
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
soundconverter
|
||||
gtop
|
||||
wmctrl
|
||||
sushi
|
||||
colloid-gtk-theme
|
||||
colloid-icon-theme
|
||||
|
@ -234,7 +238,6 @@
|
|||
alsa-utils
|
||||
alsa-tools
|
||||
clapper
|
||||
amberol
|
||||
ardour
|
||||
parinfer-rust-emacs
|
||||
dockfmt
|
||||
|
@ -255,6 +258,7 @@
|
|||
easyeffects
|
||||
vcv-rack
|
||||
cardinal
|
||||
roomeqwizard
|
||||
|
||||
# Fonts
|
||||
fira-code
|
||||
|
@ -322,6 +326,7 @@
|
|||
epkgs.shfmt
|
||||
epkgs.nixpkgs-fmt
|
||||
epkgs.nixfmt
|
||||
epkgs.parinfer-rust-mode
|
||||
];
|
||||
};
|
||||
ripgrep = {
|
||||
|
@ -481,12 +486,12 @@
|
|||
systemd.user.services.ulauncher = {
|
||||
Unit = {
|
||||
Description = "Start Ulauncher";
|
||||
PartOf=["grapical-session.target"];
|
||||
};
|
||||
|
||||
Install = {
|
||||
WantedBy = [ "graphical-session.target" ];
|
||||
# After = ["graphical-session.target"];
|
||||
};
|
||||
# Install = {
|
||||
# WantedBy = [ "graphical-session.target" ];
|
||||
# };
|
||||
|
||||
Service = {
|
||||
ExecStart = ''${pkgs.ulauncher}/bin/ulauncher --hide-window'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue