This commit is contained in:
Tao Tien 2024-02-29 18:26:53 -08:00
parent 0e14b1b1b2
commit 7a962f3324
3 changed files with 18 additions and 17 deletions

30
flake.lock generated
View file

@ -301,11 +301,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1709171350, "lastModified": 1709258251,
"narHash": "sha256-k4oKXdZHPVgGeH4cu3mfzYw7FUDjpkrcKCSS4oRfI9w=", "narHash": "sha256-yCNKsbZvreaCoeORuQJfY/QN5Q8F+lJPqttoor9UTlA=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "e51a1e4e2ae99b8e1ad751e7dfa024a7d0e4ba8f", "rev": "44db25939c9361272660854878eb2fc18fcf08e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -321,11 +321,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708988456, "lastModified": 1709204054,
"narHash": "sha256-RCz7Xe64tN2zgWk+MVHkzg224znwqknJ1RnB7rVqUWw=", "narHash": "sha256-U1idK0JHs1XOfSI1APYuXi4AEADf+B+ZU4Wifc0pBHk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1d085ea4444d26aa52297758b333b449b2aa6fca", "rev": "2f3367769a93b226c467551315e9e270c3f78b15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -364,11 +364,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1709157367, "lastModified": 1709250680,
"narHash": "sha256-PK/2Q4f5xZvqCj2sETsfL1AdazMYnaowACn34f6GV58=", "narHash": "sha256-qc4pI6mkKE9Mgse9C3I8IxUecCxYukMeRTPKpmBtKMQ=",
"owner": "martinvonz", "owner": "martinvonz",
"repo": "jj", "repo": "jj",
"rev": "e8f01ce19acd99c06ced9656eebfd0f8f5910a2a", "rev": "82b3017fdaabbb60823ad133e37d980223054381",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -387,11 +387,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1709051580, "lastModified": 1709162968,
"narHash": "sha256-pHGHuUL26CXt487r8WPAXyyGpHAVhEIRqhIiyffYT5o=", "narHash": "sha256-bloD2Q4BLH04G2PJnJoE+AFXw9QAzdLWQsb93/LseVc=",
"owner": "lilyinstarlight", "owner": "lilyinstarlight",
"repo": "nix-update", "repo": "nix-update",
"rev": "323a572c9a464647fd807e826a32ec2fb7396531", "rev": "98e110fcfa49a4245250b1c903cb54f32f8dd3ad",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -410,11 +410,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709188870, "lastModified": 1709259290,
"narHash": "sha256-OR8D2OOX20luCQme/Jx+TQx/A5nKXhh9wLUEjrQch8U=", "narHash": "sha256-EC6MssDmdqu7mCFzRQNUJR1Q4NnBhu8VHQf+9YOl+Bo=",
"owner": "lilyinstarlight", "owner": "lilyinstarlight",
"repo": "nixos-cosmic", "repo": "nixos-cosmic",
"rev": "0fd15f67e1da3d00cd59f63075079222e03fedeb", "rev": "6f34a118a5c7c6a401fdb108107832943ea83bf1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -77,7 +77,8 @@
services.xserver.xkb.layout = "us"; services.xserver.xkb.layout = "us";
systemd.services.display-manager.restartIfChanged = false; systemd.services.display-manager.restartIfChanged = false;
services.xserver.displayManager.sddm.enable = lib.mkDefault true; services.xserver.displayManager.sddm.enable = lib.mkDefault true;
services.xserver.desktopManager.plasma5.enable = lib.mkDefault true; # services.xserver.desktopManager.plasma5.enable = lib.mkDefault true;
services.xserver.desktopManager.plasma6.enable = lib.mkDefault true;
environment.plasma5.excludePackages = with pkgs.libsForQt5; [ environment.plasma5.excludePackages = with pkgs.libsForQt5; [
elisa elisa
konsole konsole

View file

@ -38,7 +38,7 @@
# wantedBy = [ "default.target" ]; # wantedBy = [ "default.target" ];
# }; # };
services.xserver.displayManager.defaultSession = "plasmawayland"; services.xserver.displayManager.defaultSession = "plasma";
# hardware.sane = { # hardware.sane = {
# enable = true; # enable = true;