mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
upgrade to 24.11
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
autoCloseIdleDaemon = true;
|
||||
drawColor = "#ff0000";
|
||||
drawThickness = 2;
|
||||
checkForUpdates = false;
|
||||
showDesktopNotification = true;
|
||||
disabledTrayIcon = true;
|
||||
showHelp = false;
|
||||
|
||||
@@ -110,7 +110,7 @@ in {
|
||||
roboto
|
||||
roboto-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
roboto-slab
|
||||
scheherazade-new
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
};
|
||||
|
||||
@@ -92,7 +92,7 @@ in {
|
||||
man-pages-posix
|
||||
exfat # to mount windows drives
|
||||
# HARDWARE TOOLS
|
||||
gnome.gnome-disk-utility
|
||||
gnome-disk-utility
|
||||
arandr # xrandr for noobs
|
||||
libnotify # for notify-send
|
||||
xclip # clipboard CLI
|
||||
@@ -212,7 +212,7 @@ in {
|
||||
|
||||
#krebs
|
||||
niveumPackages.dic
|
||||
config.nur.repos.mic92.ircsink
|
||||
pkgs.nur.repos.mic92.ircsink
|
||||
|
||||
(haskellPackages.ghcWithHoogle (hs: [
|
||||
hs.text
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
sound.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
|
||||
Reference in New Issue
Block a user