Update flake, update edison-gui
This commit is contained in:
@@ -8,4 +8,21 @@
|
||||
};
|
||||
services.picom.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk-sans
|
||||
font-awesome
|
||||
fira-code
|
||||
hack-font
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"Hack"
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
rofi.enable = true;
|
||||
zsh.shellAliases."rebuild" = "nixos-rebuild switch --flake /config";
|
||||
zsh.shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
};
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
@@ -26,7 +26,10 @@
|
||||
vscode
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases."rebuild" = "darwin-rebuild switch --flake /Users/felixalb/nix";
|
||||
programs.zsh = {
|
||||
shellAliases."rebuild" = "darwin-rebuild switch --flake /Users/felixalb/nix";
|
||||
prezto.pmodules = [ "ssh" ];
|
||||
}
|
||||
|
||||
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
|
||||
disabledModules = [ "targets/darwin/linkapps.nix" ];
|
||||
|
||||
Reference in New Issue
Block a user