Compare commits

..

No commits in common. "bb27838b68b2b2859bfed9f0ebeaf03080622546" and "bff8af213d46a14b9ae15d8a6bb52b3d37c977fb" have entirely different histories.

3 changed files with 10 additions and 14 deletions

18
flake.lock generated
View file

@ -339,11 +339,11 @@
]
},
"locked": {
"lastModified": 1734043726,
"narHash": "sha256-e9YAMReFV1fDPcZLFC2pa4k/8TloSXeX0z2VysNMAoA=",
"lastModified": 1733951607,
"narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3066cc58f552421a2c5414e78407fa5603405b1e",
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
"type": "github"
},
"original": {
@ -607,11 +607,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1734047986,
"narHash": "sha256-Sgs+IBdeggoSPeiKHN40wW6/BgBDnersgdhLQK4fUR8=",
"lastModified": 1733965678,
"narHash": "sha256-4oStT0vqnogAhZoeAJFQGVY+iKVCYvh3qYlIMQzylig=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "d99bc6ebadce99dcb8b294c31fac96329b3bdf2e",
"rev": "54b1d912992e4d3e76dadd98f300b28f083ca7bc",
"type": "github"
},
"original": {
@ -629,11 +629,11 @@
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1734040021,
"narHash": "sha256-nvuGMYd1+aTumHIUsbqCPSqYMFJ79dtoDch7wcq1MPE=",
"lastModified": 1734022129,
"narHash": "sha256-IfSMRotSxeRlGdbFCZ5nbxBdsA6bbK0O8NZoBPdrjBw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "c0d4597c7b574ae59fcb0fd45966d760f3c70fc2",
"rev": "765f8426199754c49efb6ee0df12f30fc3d9603a",
"type": "github"
},
"original": {

View file

@ -2,7 +2,7 @@
{
imports = [
../template.nix
#../../../nixos/shell.nix
../../../nixos/shell.nix
];
environment.systemPackages = with pkgs; [ fastfetch ];
}

View file

@ -10,7 +10,6 @@ let
packages = with pkgs; [
bitwarden-desktop
onlyoffice-bin
obs-studio
okteta
krita
ytmdesktop
@ -37,9 +36,6 @@ in
# Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs.kdePackages; [
discover
];
programs.partition-manager.enable = true;