Compare commits
No commits in common. "bb27838b68b2b2859bfed9f0ebeaf03080622546" and "bff8af213d46a14b9ae15d8a6bb52b3d37c977fb" have entirely different histories.
bb27838b68
...
bff8af213d
3 changed files with 10 additions and 14 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -339,11 +339,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734043726,
|
"lastModified": 1733951607,
|
||||||
"narHash": "sha256-e9YAMReFV1fDPcZLFC2pa4k/8TloSXeX0z2VysNMAoA=",
|
"narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "3066cc58f552421a2c5414e78407fa5603405b1e",
|
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -607,11 +607,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734047986,
|
"lastModified": 1733965678,
|
||||||
"narHash": "sha256-Sgs+IBdeggoSPeiKHN40wW6/BgBDnersgdhLQK4fUR8=",
|
"narHash": "sha256-4oStT0vqnogAhZoeAJFQGVY+iKVCYvh3qYlIMQzylig=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "d99bc6ebadce99dcb8b294c31fac96329b3bdf2e",
|
"rev": "54b1d912992e4d3e76dadd98f300b28f083ca7bc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -629,11 +629,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_2"
|
"treefmt-nix": "treefmt-nix_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1734040021,
|
"lastModified": 1734022129,
|
||||||
"narHash": "sha256-nvuGMYd1+aTumHIUsbqCPSqYMFJ79dtoDch7wcq1MPE=",
|
"narHash": "sha256-IfSMRotSxeRlGdbFCZ5nbxBdsA6bbK0O8NZoBPdrjBw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "c0d4597c7b574ae59fcb0fd45966d760f3c70fc2",
|
"rev": "765f8426199754c49efb6ee0df12f30fc3d9603a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../template.nix
|
../template.nix
|
||||||
#../../../nixos/shell.nix
|
../../../nixos/shell.nix
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [ fastfetch ];
|
environment.systemPackages = with pkgs; [ fastfetch ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,6 @@ let
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
obs-studio
|
|
||||||
okteta
|
okteta
|
||||||
krita
|
krita
|
||||||
ytmdesktop
|
ytmdesktop
|
||||||
|
@ -37,9 +36,6 @@ in
|
||||||
|
|
||||||
# Enable the KDE Plasma Desktop Environment.
|
# Enable the KDE Plasma Desktop Environment.
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
|
||||||
discover
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue