nixos 23.05 -> 23.11; including home-manager
This commit is contained in:
parent
7ebe9329b1
commit
5d3936b624
4 changed files with 25 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue