Compare commits
No commits in common. "022aef7a7d19cd046bda27f9ba34cd2338fd79e3" and "3281b066a9df40259d849d5744db6a5ed89edfa7" have entirely different histories.
022aef7a7d
...
3281b066a9
4 changed files with 9 additions and 15 deletions
|
|
@ -11,18 +11,12 @@
|
|||
# Bootloader.
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
grub = {
|
||||
enable = true;
|
||||
consoleMode = "auto";
|
||||
extraEntries = {
|
||||
"Arch.conf" = ''
|
||||
title Arch Linux (gaming)
|
||||
sort-key arch
|
||||
linux /vmlinuz-linux
|
||||
initrd /initramfs-linux.img
|
||||
options cryptdevice=PARTUUID=6fa1b92d-1667-420a-a0e6-8f3116759115:root root=/dev/mapper/root zswap.enabled=0 rw rootfstype=btrfs amdgpu module_blacklist=nvidia
|
||||
'';
|
||||
};
|
||||
devices = [ "nodev" ];
|
||||
efiSupport = true;
|
||||
useOSProber = true;
|
||||
fontSize = 30;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -179,7 +173,7 @@
|
|||
wget
|
||||
cifs-utils
|
||||
saleae-logic-2
|
||||
] ++ (if !inputs.x11mode then [ regreet ] else [ ]);
|
||||
] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]);
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
{
|
||||
device = "/dev/disk/by-uuid/C8F1-789F";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
james-yu.latex-workshop
|
||||
jnoortheen.nix-ide
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
ssh = "TERM=xterm-256color $(which -p ssh)";
|
||||
};
|
||||
|
||||
initContent = "eval \"$(direnv hook zsh)\"";
|
||||
initExtra = "eval \"$(direnv hook zsh)\"";
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue