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

View file

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

View file

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