Edit alpheratz config
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
discord
|
||||
wine
|
||||
matlab-language-server
|
||||
zoom-us
|
||||
];
|
||||
|
||||
services.printing.enable = false;
|
||||
@@ -77,6 +78,7 @@
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
|
||||
programs.ssh.forwardX11 = true;
|
||||
programs.ssh.setXAuthLocation = true;
|
||||
@@ -94,6 +96,12 @@
|
||||
"/".options = [ "compress=zstd" ];
|
||||
"/home".options = [ "compress=zstd" ];
|
||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
"/mnt/drive0" = {
|
||||
device = "/dev/sr0";
|
||||
fsType = "auto";
|
||||
mountPoint = "/mnt/drive0";
|
||||
options = [ "ro" "user" "noauto" "unhide" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking.wg-quick.interfaces = {
|
||||
|
||||
@@ -4,7 +4,10 @@ local plugins = {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
'kyazdani42/nvim-web-devicons',
|
||||
|
||||
{
|
||||
'kylechui/nvim-surround',
|
||||
event = "VeryLazy",
|
||||
},
|
||||
|
||||
'ibhagwan/fzf-lua',
|
||||
|
||||
|
||||
@@ -35,7 +35,10 @@ in
|
||||
# Remove when nixpkgs issue 143365 is fixed
|
||||
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;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
@@ -50,6 +53,7 @@ in
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
liberation_ttf
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
|
||||
Reference in New Issue
Block a user