Compare commits

...

2 commits

Author SHA1 Message Date
Natsu Kagami a298d0657c
Enabling plasma for fun and profit 2023-08-27 10:10:05 +07:00
Natsu Kagami 2a11684e66
Big flake update 2023-08-27 10:09:32 +07:00
2 changed files with 13 additions and 12 deletions

View file

@ -425,11 +425,11 @@
"kak-lsp": { "kak-lsp": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1682112872, "lastModified": 1687721287,
"narHash": "sha256-CyjR+txtQtE5gKbg8fhN89H5c8X/1tvI3QUpLPUwB6g=", "narHash": "sha256-d22Kvl6UEjCo/vgFgNYVUNQPk89dRfb2WpFBFbE3wHQ=",
"owner": "kak-lsp", "owner": "kak-lsp",
"repo": "kak-lsp", "repo": "kak-lsp",
"rev": "fd2507142c0772a30dec4387cbdc9defad29ecc4", "rev": "7c8c71a90f524a473dceaf08e499b531a7bec4cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -441,11 +441,11 @@
"kakoune": { "kakoune": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1685850592, "lastModified": 1691197331,
"narHash": "sha256-cNJ27N4JSOrHXSYYJhitrrclNRGCR4typnS5uLGXWX0=", "narHash": "sha256-RR3kw39vEjsg+6cIY6cK2i3ecGHlr1yzuBKaDtGlOGo=",
"owner": "mawww", "owner": "mawww",
"repo": "kakoune", "repo": "kakoune",
"rev": "caf6f6ff7ef336f821b0fef2f4493aa6650e967d", "rev": "e605ad8582d8e015806ed9b4d7aba8ca1ea13d57",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -527,11 +527,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1690427133, "lastModified": 1691550350,
"narHash": "sha256-thRf01XVwX9bYyXHgubUEjQzXloGu0817rPHU0h8X20=", "narHash": "sha256-y5Kc0yhUX6VqtvqR9kZAnjInJ4nFstnfbttyufDe+JE=",
"owner": "tpwrules", "owner": "tpwrules",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"rev": "5567b99acd07e7069fb7e074f19d5ead10409798", "rev": "a4717b649ca84a6f4556c04cc6235842263629ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -622,11 +622,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1690271650, "lastModified": 1691950488,
"narHash": "sha256-qwdsW8DBY1qH+9luliIH7VzgwvL+ZGI3LZWC0LTiDMI=", "narHash": "sha256-iUNEeudc4dGjx+HsHccnGiuZUVE/nhjXuQ1DVCsHIUY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6dc93f0daec55ee2f441da385aaf143863e3d671", "rev": "720e61ed8de116eec48d6baea1d54469b536b985",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,6 +17,7 @@
# I'm away # I'm away
time.timeZone = lib.mkForce "Asia/Ho_Chi_Minh"; time.timeZone = lib.mkForce "Asia/Ho_Chi_Minh";
services.xserver.desktopManager.plasma5.enable = true;
# Asahi kernel configuration # Asahi kernel configuration