misc forgotten changes
This commit is contained in:
parent
dc43445f75
commit
9cf13e0acc
4 changed files with 11 additions and 11 deletions
|
|
@ -80,6 +80,8 @@
|
|||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
||||
systemd.network.enable = true;
|
||||
|
|
@ -89,8 +91,6 @@
|
|||
networkConfig.DHCP = "yes";
|
||||
};
|
||||
|
||||
networking.useDHCP = false;
|
||||
|
||||
services.networkd-dispatcher = {
|
||||
enable = true;
|
||||
rules."50-tailscale" = {
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
users.users.alyx = {
|
||||
isNormalUser = true;
|
||||
description = "Alyx";
|
||||
extraGroups = [ "openrazer" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ];
|
||||
extraGroups = [ "openrazer" "pipewire" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ];
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings.main.font = (if vars.user == "alyx" then "monospace:size=14" else "monospace:size=10");
|
||||
settings.main.font = (if vars.user == "alyx" then "monospace:size=20" else "monospace:size=10");
|
||||
settings.colors.alpha = "0.9";
|
||||
};
|
||||
|
||||
|
|
@ -97,8 +97,7 @@
|
|||
{
|
||||
profile.name = "alyx-desktop";
|
||||
profile.outputs = [
|
||||
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; }
|
||||
{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
|
||||
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "2560,0"; mode = "2560x1440@164.835007"; }
|
||||
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,8 +116,8 @@
|
|||
|
||||
"Mod+Page_Down".action.focus-workspace-down = {};
|
||||
"Mod+Page_Up".action.focus-workspace-up = {};
|
||||
"Mod+U".action.focus-workspace-down = {};
|
||||
"Mod+I".action.focus-workspace-up = {};
|
||||
"Mod+I".action.focus-workspace-down = {};
|
||||
"Mod+U".action.focus-workspace-up = {};
|
||||
"Mod+Ctrl+Page_Down".action.move-column-to-workspace-down = {};
|
||||
"Mod+Ctrl+Page_Up".action.move-column-to-workspace-up = {};
|
||||
"Mod+Ctrl+U".action.move-column-to-workspace-down = {};
|
||||
|
|
|
|||
|
|
@ -12,14 +12,15 @@
|
|||
fastfetch
|
||||
librewolf
|
||||
fzf
|
||||
grayjay
|
||||
gomuks
|
||||
gimp
|
||||
grayjay
|
||||
gzdoom
|
||||
hyfetch
|
||||
iamb
|
||||
inkscape
|
||||
kanshi
|
||||
kdePackages.ark
|
||||
legcord
|
||||
libgpod
|
||||
libimobiledevice
|
||||
libnotify
|
||||
|
|
@ -50,5 +51,5 @@
|
|||
wlx-overlay-s
|
||||
xfce.ristretto
|
||||
xfce.tumbler
|
||||
];
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue