Compare commits
2 commits
df2f955ed2
...
e879420bd7
Author | SHA1 | Date | |
---|---|---|---|
|
e879420bd7 | ||
|
05ed1a8f0d |
|
@ -158,6 +158,13 @@ in
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
# TODO: move out into a plasma.nix module
|
||||||
|
programs.kde-pim = {
|
||||||
|
enable = true;
|
||||||
|
kmail = true;
|
||||||
|
kontact = true;
|
||||||
|
merkuro = true;
|
||||||
|
};
|
||||||
# enable wayland for Chromium and Electron
|
# enable wayland for Chromium and Electron
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,6 @@
|
||||||
networkmanager-openconnect
|
networkmanager-openconnect
|
||||||
networkmanager-vpnc
|
networkmanager-vpnc
|
||||||
networkmanager-openvpn
|
networkmanager-openvpn
|
||||||
# TODO: is this still necessary?
|
|
||||||
kdePackages.akonadi-mime # for KOrganizer
|
|
||||||
# for some Flatpak packkages
|
# for some Flatpak packkages
|
||||||
accountsservice
|
accountsservice
|
||||||
];
|
];
|
||||||
|
|
18
flake.lock
18
flake.lock
|
@ -210,11 +210,11 @@
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722185531,
|
"lastModified": 1722421184,
|
||||||
"narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=",
|
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d",
|
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -258,11 +258,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722221733,
|
"lastModified": 1722519197,
|
||||||
"narHash": "sha256-sga9SrrPb+pQJxG1ttJfMPheZvDOxApFfwXCFO0H9xw=",
|
"narHash": "sha256-VEdJmVU2eLFtLqCjTYJd1J7+Go8idAcZoT11IewFiRg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "12bf09802d77264e441f48e25459c10c93eada2e",
|
"rev": "05405724efa137a0b899cce5ab4dde463b4fd30b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -274,11 +274,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722450628,
|
"lastModified": 1722709906,
|
||||||
"narHash": "sha256-El3ogv9x+0NMglw/cavXyWZAgoLzC0PRPyORuQOMbgU=",
|
"narHash": "sha256-I27FkJ3qSsxc5aZSwpYHMqJwLpvQt6eV4MrwGfVjCvM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "6f645601159190be1c1ecddf14e738d2de45f6b6",
|
"rev": "ac1226f223779364c73f1a450654383768dab1b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -198,13 +198,6 @@ let
|
||||||
okular
|
okular
|
||||||
gwenview
|
gwenview
|
||||||
yakuake
|
yakuake
|
||||||
kmail
|
|
||||||
kontact
|
|
||||||
korganizer
|
|
||||||
akonadi-mime # for KOrganizer
|
|
||||||
kmail-account-wizard
|
|
||||||
akonadi-import-wizard
|
|
||||||
kaddressbook
|
|
||||||
kdeconnect
|
kdeconnect
|
||||||
dolphin
|
dolphin
|
||||||
spectacle
|
spectacle
|
||||||
|
|
Loading…
Reference in a new issue