Compare commits

..

No commits in common. "8cfa70e239e4fbf5bfc230852fc1f5f81ad4232b" and "5f67272146536cfd95b92f61329b65b97a07fc8e" have entirely different histories.

2 changed files with 17 additions and 19 deletions

30
flake.lock generated
View file

@ -144,11 +144,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739757849, "lastModified": 1736373539,
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", "rev": "bd65bc3cde04c16755955630b344bc9e35272c56",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,11 +247,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1740387674, "lastModified": 1738391520,
"narHash": "sha256-pGk/aA0EBvI6o4DeuZsr05Ig/r4uMlSaf5EWUZEWM10=", "narHash": "sha256-6HI58PKjddsC0RA0gBQlt6ox47oH//jLUHwx05RO8g0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "d58f642ddb23320965b27beb0beba7236e9117b5", "rev": "34b64e4e1ddb14e3ffc7db8d4a781396dbbab773",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -263,11 +263,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1740357648, "lastModified": 1738392223,
"narHash": "sha256-CaawdjLmSny3UV97my2Hg4h867p4lhd+EpRhFQGaHK4=", "narHash": "sha256-epwD0BvADThOtRrDoI7qJUZPe1vhXoSIwLna2/VoOMA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "060b03c5d950ee0592d16e97c63860640bd31f50", "rev": "7d84bdf9cb85f399a8eafe8e17acee2354f13a21",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -279,11 +279,11 @@
}, },
"nixpkgs-full": { "nixpkgs-full": {
"locked": { "locked": {
"lastModified": 1740339700, "lastModified": 1738277201,
"narHash": "sha256-cbrw7EgQhcdFnu6iS3vane53bEagZQy/xyIkDWpCgVE=", "narHash": "sha256-6L+WXKCw5mqnUIExvqkD99pJQ41xgyCk6z/H9snClwk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "04ef94c4c1582fd485bbfdb8c4a8ba250e359195", "rev": "666e1b3f09c267afd66addebe80fb05a5ef2b554",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -332,11 +332,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739829690, "lastModified": 1738070913,
"narHash": "sha256-mL1szCeIsjh6Khn3nH2cYtwO5YXG6gBiTw1A30iGeDU=", "narHash": "sha256-j6jC12vCFsTGDmY2u1H12lMr62fnclNjuCtAdF1a4Nk=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "3d0579f5cc93436052d94b73925b48973a104204", "rev": "bebf27d00f7d10ba75332a0541ac43676985dea3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,8 +2,7 @@
with lib.hm.gvariant; with lib.hm.gvariant;
{ {
home.packages = [ home.packages = [
pkgs.adwaita-icon-theme pkgs.gnomeExtensions.switcher
pkgs.adwaita-qt
]; ];
dconf.settings = with lib.hm.gvariant; { dconf.settings = with lib.hm.gvariant; {
@ -41,7 +40,6 @@ with lib.hm.gvariant;
clock-show-date = true; clock-show-date = true;
clock-show-seconds = false; clock-show-seconds = false;
clock-show-weekday = true; clock-show-weekday = true;
cursor-theme = "Adwaita";
enable-animations = true; enable-animations = true;
enable-hot-corners = false; enable-hot-corners = false;
font-antialiasing = "grayscale"; font-antialiasing = "grayscale";
@ -55,7 +53,7 @@ with lib.hm.gvariant;
locate-pointer = false; locate-pointer = false;
monospace-font-name = "JetBrains Mono 10"; monospace-font-name = "JetBrains Mono 10";
show-battery-percentage = false; show-battery-percentage = false;
#text-scaling-factor = 1.0; text-scaling-factor = 1.0;
toolkit-accessibility = false; toolkit-accessibility = false;
}; };