Compare commits

..

No commits in common. "3ee306f5e3c7f58b292a1a4a77f1eaf3e46dd92c" and "2afe9d82383660fadf49b27e8a86d163d2e46a04" have entirely different histories.

4 changed files with 8 additions and 13 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1684157850,
"narHash": "sha256-xGHTCgvAxO5CgAL6IAgE/VGRX2wob2Y+DPyqpXJ32oQ=",
"lastModified": 1683989410,
"narHash": "sha256-puF/QsIkp4ch0sf6M5mNzbdZtYcq2MJHcKre9wJ3ZYo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c0deab0effd576e70343cb5df0c64428e0e0d010",
"rev": "6702b22b9805bc1879715d4111e3764cd4237aed",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684049129,
"narHash": "sha256-7WB9LpnPNAS8oI7hMoHeKLNhRX7k3CI9uWBRSfmOCCE=",
"lastModified": 1683408522,
"narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0470f36b02ef01d4f43c641bbf07020bcab71bf1",
"rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7",
"type": "github"
},
"original": {

View file

@ -33,7 +33,6 @@
# Applications
anki-bin
discord
elementary-planner
gimp
krita
inkscape

View file

@ -25,7 +25,7 @@ in
extraPackages = lib.mkOverride 0 [];
};
};
#udev.packages = [ pkgs.yubikey-personalization ];
udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true;
gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things
gvfs.enable = true; # For Trash
@ -33,7 +33,7 @@ in
xdg.portal.enable = true;
#environment.systemPackages = with pkgs; [ yubioath-flutter ];
environment.systemPackages = with pkgs; [ yubioath-flutter ];
environment.sessionVariables = {
# GTK Theme won't display with GTK4 (e.g. nautilus) otherwise

View file

@ -118,10 +118,6 @@ in with theme.colors; {
command = "floating enable";
criteria = { title = "Drawing Panel"; };
}
{
command = "floating enable";
criteria = { title = "Task Planner - Quick Add"; };
}
];
bars = [];
};