Edit alpheratz config

This commit is contained in:
Ethan Simmons
2025-12-17 12:02:43 -06:00
parent 08117133ce
commit ffeaa645f6
3 changed files with 17 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
discord discord
wine wine
matlab-language-server matlab-language-server
zoom-us
]; ];
services.printing.enable = false; services.printing.enable = false;
@@ -77,6 +78,7 @@
nssmdns4 = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };
services.flatpak.enable = true;
programs.ssh.forwardX11 = true; programs.ssh.forwardX11 = true;
programs.ssh.setXAuthLocation = true; programs.ssh.setXAuthLocation = true;
@@ -94,6 +96,12 @@
"/".options = [ "compress=zstd" ]; "/".options = [ "compress=zstd" ];
"/home".options = [ "compress=zstd" ]; "/home".options = [ "compress=zstd" ];
"/nix".options = [ "compress=zstd" "noatime" ]; "/nix".options = [ "compress=zstd" "noatime" ];
"/mnt/drive0" = {
device = "/dev/sr0";
fsType = "auto";
mountPoint = "/mnt/drive0";
options = [ "ro" "user" "noauto" "unhide" ];
};
}; };
networking.wg-quick.interfaces = { networking.wg-quick.interfaces = {

View File

@@ -4,7 +4,10 @@ local plugins = {
'nvim-lualine/lualine.nvim', 'nvim-lualine/lualine.nvim',
'kyazdani42/nvim-web-devicons', 'kyazdani42/nvim-web-devicons',
{
'kylechui/nvim-surround', 'kylechui/nvim-surround',
event = "VeryLazy",
},
'ibhagwan/fzf-lua', 'ibhagwan/fzf-lua',

View File

@@ -35,7 +35,10 @@ in
# Remove when nixpkgs issue 143365 is fixed # Remove when nixpkgs issue 143365 is fixed
security.pam.services.swaylock = mkIf (!cfg.sway.desktop) {}; security.pam.services.swaylock = mkIf (!cfg.sway.desktop) {};
xdg.portal.config.common = [ "wlr" "gtk" ]; xdg.portal.enable = true;
xdg.portal.config.common = {
default = [ "wlr" "gtk" ];
};
programs.thunar.enable = true; programs.thunar.enable = true;
hardware.opengl.enable = true; hardware.opengl.enable = true;
@@ -50,6 +53,7 @@ in
fonts = { fonts = {
packages = with pkgs; [ packages = with pkgs; [
xdg-desktop-portal-wlr
liberation_ttf liberation_ttf
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans