aa
This commit is contained in:
commit
fa5d36d90b
@ -114,6 +114,10 @@
|
|||||||
nextcloud-client
|
nextcloud-client
|
||||||
tootle
|
tootle
|
||||||
dino
|
dino
|
||||||
|
minetest
|
||||||
|
mumble
|
||||||
|
obs-studio
|
||||||
|
foliate
|
||||||
pinta
|
pinta
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -126,9 +130,10 @@
|
|||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
inter
|
||||||
|
google-fonts
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
@ -161,6 +166,8 @@
|
|||||||
direnv
|
direnv
|
||||||
nix-direnv
|
nix-direnv
|
||||||
openvpn
|
openvpn
|
||||||
|
udev
|
||||||
|
usbutils
|
||||||
|
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnomeExtensions.tray-icons-reloaded
|
gnomeExtensions.tray-icons-reloaded
|
||||||
@ -286,6 +293,7 @@ $NEW_PROMPT_COMMAND"
|
|||||||
rebuild = ''
|
rebuild = ''
|
||||||
nixos-rebuild switch --flake "$HOME/.local/os#" --use-remote-sudo
|
nixos-rebuild switch --flake "$HOME/.local/os#" --use-remote-sudo
|
||||||
'';
|
'';
|
||||||
|
":r" = "!!";
|
||||||
};
|
};
|
||||||
programs.bash.sessionVariables = {
|
programs.bash.sessionVariables = {
|
||||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||||
@ -358,8 +366,7 @@ $NEW_PROMPT_COMMAND"
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
systemd.services."99setbacklight" = let set-backlight-script = (pkgs.writeShellApplication {
|
||||||
systemd.services.setbacklight = let set-backlight-script = (pkgs.writeShellApplication {
|
|
||||||
name = "set-backlight-script";
|
name = "set-backlight-script";
|
||||||
text = ''
|
text = ''
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
@ -372,6 +379,8 @@ $NEW_PROMPT_COMMAND"
|
|||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
after = ["systemd-backlight@.service"];
|
||||||
|
#wants = ["systemd-backlight@.service"];
|
||||||
description = "bar";
|
description = "bar";
|
||||||
unitConfig = {
|
unitConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
Loading…
Reference in New Issue
Block a user