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.firewall.checkReversePath = "loose";
|
||||||
|
|
||||||
|
networking.useDHCP = false;
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
|
|
@ -89,8 +91,6 @@
|
||||||
networkConfig.DHCP = "yes";
|
networkConfig.DHCP = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useDHCP = false;
|
|
||||||
|
|
||||||
services.networkd-dispatcher = {
|
services.networkd-dispatcher = {
|
||||||
enable = true;
|
enable = true;
|
||||||
rules."50-tailscale" = {
|
rules."50-tailscale" = {
|
||||||
|
|
@ -262,7 +262,7 @@
|
||||||
users.users.alyx = {
|
users.users.alyx = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Alyx";
|
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; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
|
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
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";
|
settings.colors.alpha = "0.9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -97,8 +97,7 @@
|
||||||
{
|
{
|
||||||
profile.name = "alyx-desktop";
|
profile.name = "alyx-desktop";
|
||||||
profile.outputs = [
|
profile.outputs = [
|
||||||
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; }
|
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "2560,0"; mode = "2560x1440@164.835007"; }
|
||||||
{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
|
|
||||||
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
|
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -116,8 +116,8 @@
|
||||||
|
|
||||||
"Mod+Page_Down".action.focus-workspace-down = {};
|
"Mod+Page_Down".action.focus-workspace-down = {};
|
||||||
"Mod+Page_Up".action.focus-workspace-up = {};
|
"Mod+Page_Up".action.focus-workspace-up = {};
|
||||||
"Mod+U".action.focus-workspace-down = {};
|
"Mod+I".action.focus-workspace-down = {};
|
||||||
"Mod+I".action.focus-workspace-up = {};
|
"Mod+U".action.focus-workspace-up = {};
|
||||||
"Mod+Ctrl+Page_Down".action.move-column-to-workspace-down = {};
|
"Mod+Ctrl+Page_Down".action.move-column-to-workspace-down = {};
|
||||||
"Mod+Ctrl+Page_Up".action.move-column-to-workspace-up = {};
|
"Mod+Ctrl+Page_Up".action.move-column-to-workspace-up = {};
|
||||||
"Mod+Ctrl+U".action.move-column-to-workspace-down = {};
|
"Mod+Ctrl+U".action.move-column-to-workspace-down = {};
|
||||||
|
|
|
||||||
|
|
@ -12,14 +12,15 @@
|
||||||
fastfetch
|
fastfetch
|
||||||
librewolf
|
librewolf
|
||||||
fzf
|
fzf
|
||||||
grayjay
|
gomuks
|
||||||
gimp
|
gimp
|
||||||
|
grayjay
|
||||||
gzdoom
|
gzdoom
|
||||||
hyfetch
|
hyfetch
|
||||||
iamb
|
|
||||||
inkscape
|
inkscape
|
||||||
kanshi
|
kanshi
|
||||||
kdePackages.ark
|
kdePackages.ark
|
||||||
|
legcord
|
||||||
libgpod
|
libgpod
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
libnotify
|
libnotify
|
||||||
|
|
@ -50,5 +51,5 @@
|
||||||
wlx-overlay-s
|
wlx-overlay-s
|
||||||
xfce.ristretto
|
xfce.ristretto
|
||||||
xfce.tumbler
|
xfce.tumbler
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue