24.05 -> 24.11 beta
- switching to NixOS 24.11 family of inputs - after th branchoff, no channel bump or home-manager release has been made yet, thus pointing towards some preliminary branches so far - had to disable a few packages for now
This commit is contained in:
parent
81eaea946c
commit
1d4666739c
5 changed files with 32 additions and 31 deletions
|
@ -41,7 +41,7 @@ let
|
|||
musescore
|
||||
tenacity
|
||||
soundkonverter
|
||||
config.nur.repos.fooker.studio-link
|
||||
#config.nur.repos.fooker.studio-link
|
||||
];
|
||||
|
||||
cliApps =
|
||||
|
@ -150,7 +150,7 @@ let
|
|||
chromium
|
||||
falkon
|
||||
thunderbird
|
||||
calibre
|
||||
#calibre # FIXME: using bin due to failing tests
|
||||
dino
|
||||
zotero
|
||||
ding
|
||||
|
@ -179,7 +179,7 @@ let
|
|||
yate
|
||||
# split and merge PDFs in a GUI
|
||||
pdfarranger
|
||||
#qbittorrent # currently insecure
|
||||
qbittorrent
|
||||
#(pkgs.pidgin-with-plugins.override {
|
||||
# plugins = [ pkgs.pidginotr ];})
|
||||
|
||||
|
@ -193,12 +193,14 @@ let
|
|||
];
|
||||
|
||||
kdeTools =
|
||||
[ okteta ]
|
||||
[
|
||||
okteta
|
||||
plasma5Packages.kdeconnect-kde
|
||||
]
|
||||
++ (with kdePackages; [
|
||||
okular
|
||||
gwenview
|
||||
yakuake
|
||||
kdeconnect
|
||||
dolphin
|
||||
spectacle
|
||||
kate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue