chore: update nixpkgs

This commit is contained in:
Ashhhleyyy 2024-03-01 18:23:30 +00:00
parent 1a0fe985f1
commit 2415ea3a62
Signed by: ash
GPG key ID: 83B789081A0878FB
3 changed files with 27 additions and 27 deletions

View file

@ -133,11 +133,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702814335, "lastModified": 1709204054,
"narHash": "sha256-Qck7BAMi3eydzT1WFOzp/SgECetyPpOn1dLgmxH2ebQ=", "narHash": "sha256-U1idK0JHs1XOfSI1APYuXi4AEADf+B+ZU4Wifc0pBHk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e4dba0bd01956170667458be7b45f68170a63651", "rev": "2f3367769a93b226c467551315e9e270c3f78b15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -148,11 +148,11 @@
}, },
"nixlib": { "nixlib": {
"locked": { "locked": {
"lastModified": 1693701915, "lastModified": 1708821942,
"narHash": "sha256-waHPLdDYUOHSEtMKKabcKIMhlUOHPOOPQ9UyFeEoovs=", "narHash": "sha256-jd+E1SD59qty65pwqad2mftzkT6vW5nNFWVuvayh4Zw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs.lib", "repo": "nixpkgs.lib",
"rev": "f5af57d3ef9947a70ac86e42695231ac1ad00c25", "rev": "479831ed8b3c9c7b80533999f880c7d0bf6a491b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -169,11 +169,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701689616, "lastModified": 1709226763,
"narHash": "sha256-ewnfgvRy73HoP5KnYmy1Rcr4m4yShvsb6TCCaKoW8pc=", "narHash": "sha256-GlJ7g2srrtx6s5P2uswZ6Zcpy2u90tomIx+Gstlk97s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixos-generators", "repo": "nixos-generators",
"rev": "246219bc21b943c6f6812bb7744218ba0df08600", "rev": "2c9562e7624fa1b50983fc18d504bf86202bef49",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -200,11 +200,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1702312524, "lastModified": 1709237383,
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=", "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a9bf124c46ef298113270b1f84a164865987a91c", "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -275,11 +275,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702862423, "lastModified": 1709256035,
"narHash": "sha256-8n/4gWiYqude+xItP2xyj/+DSjiysIYVWMDPAgsGhoQ=", "narHash": "sha256-ITBljUSiKjrxkmY/TnLWARn2C/DkvehAreyObQ3et+4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "cdec9e2354f012a79cd1d8fe0a683d32f073f1a3", "rev": "4c837a448eec3c02bcc632c5edd3474173e5cb12",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,17 +4,17 @@
obsidian obsidian
libresprite libresprite
plover.dev plover.dev
libsForQt5.korganizer kdePackages.korganizer
libsForQt5.kdepim-runtime kdePackages.kdepim-runtime
libsForQt5.kaddressbook kdePackages.kaddressbook
libsForQt5.akonadi-notes kdePackages.akonadi-notes
libsForQt5.akonadi-mime kdePackages.akonadi-mime
libsForQt5.akonadi-search kdePackages.akonadi-search
libsForQt5.akonadi-contacts kdePackages.akonadi-contacts
libsForQt5.akonadi-calendar kdePackages.akonadi-calendar
libsForQt5.akonadi-import-wizard kdePackages.akonadi-import-wizard
libsForQt5.akonadiconsole kdePackages.akonadiconsole
libsForQt5.akonadi kdePackages.akonadi
]; ];
services.kdeconnect = { services.kdeconnect = {
enable = true; enable = true;

View file

@ -37,7 +37,7 @@
displayManager.sddm.enable = true; displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true; desktopManager.plasma5.enable = true;
layout = "gb"; xkb.layout = "gb";
# xkbVariant = ""; # xkbVariant = "";
}; };