Compare commits

...

9 Commits

Author SHA1 Message Date
ba8fe46d75 add yaml language server
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-08-06 20:52:19 +02:00
ac4967f61e new item name 2024-08-06 20:50:19 +02:00
805f440164 flake.lock: Update
Flake lock file updates:

• Updated input 'plasma-manager':
    'github:nix-community/plasma-manager/61d9342fb471cd3c45a047406428fba7b6fb49ad' (2024-08-04)
  → 'github:nix-community/plasma-manager/1b948955f5a6fa07534c62bd417cd2cbf08a62a4' (2024-08-06)
2024-08-06 20:47:47 +02:00
16fc23d45e remove nixpkgs-stable 2024-08-06 20:46:22 +02:00
41c849ac10 still immutable error, maybe try with plasma-manager 2024-08-06 20:40:58 +02:00
896545b0cd missing exclamation 2024-08-06 20:39:12 +02:00
3975628af5 syntax error 2024-08-06 20:36:32 +02:00
Mohamed C.
a3f60c01fb
Better autoupgrade options
Pulls flake from git. No local repo needed.
2024-08-06 20:31:04 +02:00
Mohamed C.
8d9105bf4b
Update README.md 2024-08-06 20:26:47 +02:00
6 changed files with 7 additions and 14 deletions

View File

@ -12,3 +12,4 @@ Mirrored on [gitea.chrayed.de](https://gitea.chrayed.de/moe1369/nixos-config)
- [ ] alternative way to declare .nix files instead of dumping them into configuration.nix
- [ ] Multi Host functionality for homelabp
- [ ] OCI container for common services
- [ ] Fix Home-Manager issues with immutable .config files during rebuild

View File

@ -119,11 +119,11 @@
]
},
"locked": {
"lastModified": 1722804745,
"narHash": "sha256-l6N3QaiDqN2QmHDAxjczQPLPCTv+Kp7PsrtJBltmhTo=",
"lastModified": 1722969421,
"narHash": "sha256-BeEF6SZrLKpA6GzQGEHdCtcpY4J9Iy+lqRiSj9Z5Skg=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "61d9342fb471cd3c45a047406428fba7b6fb49ad",
"rev": "1b948955f5a6fa07534c62bd417cd2cbf08a62a4",
"type": "github"
},
"original": {

View File

@ -6,6 +6,7 @@
(with pkgs; [
git
nil
yaml-language-server
])
++

View File

@ -1,9 +0,0 @@
{ ... }
{
system.activationScripts.script.text = ''
# /bin/bash
rm .config/kglobalshortscutsrc
rm .config/kwinrc
rm .config/kglobalshortcutsrc
''
}

View File

@ -3,7 +3,7 @@
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "../flake.nix";
flake = "github:Moe1369/nixos-config";
flags = [
"--update-input" "nixpkgs" "--commit-lock-file"
];

View File

@ -4,7 +4,7 @@
enable = true;
workspace.wallpaper = "/home/mo/Bilder/Hintergründe/wallpaper-nix.png";
kscreenlocker.wallpaper = "/home/mo/Bilder/Hintergründe/wallpaper-nix.png";
kscreenlocker.appearance.wallpaper = "/home/mo/Bilder/Hintergründe/wallpaper-nix.png";
kwin.titlebarButtons.left = ["keep-above-windows"];
kwin.titlebarButtons.right = ["minimize" "maximize" "close"];