nixos 23.05 -> 23.11; including home-manager

This commit is contained in:
Trolli Schmittlauch 2023-12-04 22:03:33 +01:00
parent 7ebe9329b1
commit 5d3936b624
4 changed files with 25 additions and 27 deletions

View file

@ -78,8 +78,7 @@ let
yt-dlp
#sonic-pi
musescore
unstable.tenacity
avidemux
tenacity
#linphone
soundkonverter
];
@ -120,7 +119,7 @@ let
nixHelpers = [
lorri
nix-review
nixpkgs-review
nixpkgs-fmt
nix-top
statix
@ -151,8 +150,7 @@ let
krdc
skanlite
akonadiconsole
plasma-browser-integration
unstable.tokodon # mastodon client
tokodon # mastodon client
]
++ (
with kdeFrameworks; [
@ -255,8 +253,6 @@ in
nixpkgs.overlays = (import ./overlays.nix);
nixpkgs.config = {
firefox.enablePlasmaBrowserIntegration = true;
firefox-bin.enablePlasmaBrowserIntegration = true;
clementine.spotify = false;
vim =
{ gui = "gtk3";
@ -388,7 +384,7 @@ in
# shell config
programs.zsh = {
enable = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
history.ignoreSpace = true;
initExtra = ''
# Uncomment following line if you want red dots to be displayed while waiting for completion