mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 02:46:05 +01:00
chore: updated packages
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
boot.initrd.checkJournalingFS = false;
|
boot.initrd.checkJournalingFS = false;
|
||||||
# End VBox only
|
# End VBox only
|
||||||
|
|
||||||
networking.hostName = "nixos";
|
networking.hostName = "matebook";
|
||||||
networking.wireless.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
i18n.defaultLocale = "sv_SE.UTF-8";
|
i18n.defaultLocale = "sv_SE.UTF-8";
|
||||||
|
|
||||||
@@ -31,7 +31,14 @@
|
|||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||||
programs.zsh.enable = true;
|
programs.zsh = {
|
||||||
|
enable = true;
|
||||||
|
ohMyZsh.enable = true;
|
||||||
|
shellAliases = {
|
||||||
|
vi = "nvim";
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
programs.neovim.vimAlias = true;
|
programs.neovim.vimAlias = true;
|
||||||
@@ -49,7 +56,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.acpid.enable = true;
|
services.acpid.enable = true;
|
||||||
services.redshift.enable = true;
|
|
||||||
location.latitude = 63.825848;
|
location.latitude = 63.825848;
|
||||||
location.longitude = -20.263035;
|
location.longitude = -20.263035;
|
||||||
|
|
||||||
|
|||||||
@@ -38,14 +38,14 @@
|
|||||||
# GUI tools
|
# GUI tools
|
||||||
kicad-small
|
kicad-small
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
firefox
|
|
||||||
google-chrome
|
google-chrome
|
||||||
alacritty
|
alacritty
|
||||||
|
vlc
|
||||||
# CLI Tools
|
# CLI Tools
|
||||||
neofetch
|
neofetch
|
||||||
bat
|
bat
|
||||||
exa
|
exa
|
||||||
|
gh
|
||||||
# Media
|
# Media
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
|
|
||||||
@@ -64,13 +64,11 @@
|
|||||||
tokyo-night-gtk
|
tokyo-night-gtk
|
||||||
# Desktop
|
# Desktop
|
||||||
material-icons
|
material-icons
|
||||||
|
|
||||||
vlc
|
|
||||||
xorg.xmodmap
|
xorg.xmodmap
|
||||||
xorg.xset
|
xorg.xset
|
||||||
xorg.xsetroot
|
xorg.xsetroot
|
||||||
|
|
||||||
|
wlsunset
|
||||||
hyprland
|
hyprland
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
|||||||
Reference in New Issue
Block a user