sisko: Update to nixos 25.11
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
font-awesome
|
font-awesome
|
||||||
fira-code
|
fira-code
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ in {
|
|||||||
hyprlock
|
hyprlock
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprswitch
|
|
||||||
nautilus
|
nautilus
|
||||||
rofi-rbw-wayland
|
rofi-rbw-wayland
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
nerd-fonts.hack
|
nerd-fonts.hack
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
emacs-gtk
|
emacs-gtk
|
||||||
feishin
|
feishin
|
||||||
gqrx
|
gqrx
|
||||||
jellyfin-media-player
|
|
||||||
kitty
|
kitty
|
||||||
libreoffice
|
libreoffice
|
||||||
lutris
|
lutris
|
||||||
@@ -49,7 +48,6 @@
|
|||||||
hyprlock
|
hyprlock
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprswitch
|
|
||||||
nautilus
|
nautilus
|
||||||
networkmanager
|
networkmanager
|
||||||
rofi-rbw-wayland
|
rofi-rbw-wayland
|
||||||
@@ -105,7 +103,6 @@
|
|||||||
rofi = {
|
rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "iggy";
|
theme = "iggy";
|
||||||
package = pkgs.rofi-wayland;
|
|
||||||
};
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||||
|
|||||||
Reference in New Issue
Block a user