initial pmm

This commit is contained in:
Vivian 2022-11-04 14:25:13 +01:00
parent 0019ea6bde
commit a801bea55c
11 changed files with 149 additions and 18 deletions

View file

@ -85,6 +85,10 @@ in
# loader.systemd-boot.configurationLimit = 6;
loader.efi.canTouchEfiVariables = true;
loader.efi.efiSysMountPoint = "/boot/efi";
kernel.sysctl = {
"fs.inotify.max_user_watches" = 524288;
};
};
services.gnome.gnome-keyring.enable = true;

View file

@ -39,9 +39,10 @@ in {
k9s
kubectl
libnotify
mullvad-vpn
neofetch
nixpkgs-review
mullvad-vpn
ouch
plex-media-player
plexamp
python3
@ -102,6 +103,10 @@ in {
userName = "Victor";
userEmail = "victor@xirion.net";
lfs.enable = true;
delta.enable = true;
extraConfig = {
push.autoSetupRemote = true;
};
};
programs.mako = {

View file

@ -9,7 +9,7 @@
home.file.".config/eww/eww.yuck".source = ./eww.yuck;
home.file.".config/eww/eww.scss".text = builtins.readFile ./eww.scss;
# scripts
# scripts
# TODO: just link all scripts in ./scripts to .config/eww/scripts
home.file.".config/eww/scripts/volume.sh" = {
source = ./scripts/volume.sh;