brings back umbriel, adds isbritish for british keyboarded machines, and removes firefox in favour of librewolf. librewolf being the browser that was in use that i somehow managed to remove, and keep only firefox in. i can be stupid at times

This commit is contained in:
cydiralis 2025-06-27 19:16:27 +01:00
parent c81537697d
commit 723b4c519e
No known key found for this signature in database
6 changed files with 21 additions and 14 deletions

View file

@ -39,7 +39,12 @@
};
boot.supportedFilesystems = ["exfat" "ntfs" "xfs"];
boot.loader.systemd-boot.enable = true;
boot.loader.limine.enable = true;
boot.loader.limine.style.wallpapers = [];
boot.loader.limine.additionalFiles = {
"efi/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi";
"efi/shell.efi" = "${pkgs.edk2-uefi-shell}/shell.efi";
};
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
boot.loader.efi.efiSysMountPoint = "/boot/";
@ -193,6 +198,7 @@
wget
neovim
cbfstool
xwayland-satellite
git
keepassxc
pulseaudio

View file

@ -5,5 +5,6 @@
../ssh.nix
../substituters.nix
../fonts.nix
../greetd.nix
];
}

View file

@ -14,18 +14,18 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/a9d406d6-c188-4a65-91f7-ead5fd091e19";
{ device = "/dev/disk/by-uuid/c1583ec8-704e-47b4-bba0-5d3534662962";
fsType = "xfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5216-71E6";
{ device = "/dev/disk/by-uuid/7598-14E1";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/852efacc-eea6-4d3b-af82-b43e30a7d1c4"; }
[ { device = "/dev/disk/by-uuid/ebeb8bb4-7df9-4674-bcff-b81cc8b824e2"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -30,7 +30,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = true;
useSyncthing = false;
class = "desktop";
user = "alyx";
@ -51,7 +51,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = false;
class = "lowspec";
user = "maya";
useSyncthing = true;
@ -73,7 +73,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = false;
class = "desktop";
user = "maya";
useSyncthing = true;
@ -94,7 +94,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = false;
class = "desktop";
user = "maya";
useSyncthing = true;
@ -117,7 +117,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = true;
isBritish = false;
useSyncthing = false;
class = "laptop";
user = "alyx"; #cursed way of setting username
@ -138,7 +138,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = true;
isBritish = false;
class = "lowspec";
user = "maya";
useSyncthing = true;
@ -163,7 +163,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = false;
useSyncthing = false;
class = "handheld";
user = "alyx"; #cursed way of setting username
@ -186,7 +186,7 @@
inherit inputs;
vars = {
isNixOS = true;
isTough = false;
isBritish = false;
useSyncthing = false;
class = "laptop";
user = "alyx"; #cursed way of setting username

View file

@ -29,7 +29,7 @@
accel-profile = "flat";
};
prefer-no-csd = true;
input.keyboard.xkb.layout = (if vars.user == "alyx" && !vars.isTough then "gb" else "us");
input.keyboard.xkb.layout = (if vars.user == "alyx" && vars.isBritish then "gb" else "us");
input.focus-follows-mouse.enable = true;
binds = with config.lib.niri.actions; lib.mkDefault {
"Mod+Return".action = spawn "foot";

View file

@ -7,7 +7,7 @@
comma
emacs
fastfetch
firefox
librewolf
fzf
gamescope
grayjay