Compare commits

..

6 commits

5 changed files with 38 additions and 25 deletions

46
flake.lock generated
View file

@ -146,22 +146,26 @@
"homepage": {
"flake": false,
"locked": {
"narHash": "sha256-0bBtcABZHBgodfmNPNXpp8Tr3SH7Hufx18xfiSb8cWo=",
"type": "file",
"lastModified": 1714328013,
"narHash": "sha256-nA/7hKv8qz2+ru84rXiMa52+gyvyIhLWP9tJB6Q/DLQ=",
"ref": "refs/heads/main",
"rev": "b971b5905b38be19b4fa4e7d99a70df0aebfba28",
"revCount": 31,
"type": "git",
"url": "https://git.dadada.li/dadada/dadada.li.git"
},
"original": {
"type": "file",
"type": "git",
"url": "https://git.dadada.li/dadada/dadada.li.git"
}
},
"nixlib": {
"locked": {
"lastModified": 1722128034,
"narHash": "sha256-L8rwzYPsLo/TYtydPJoQyYOfetuiyQYnTWYcyB8UE/s=",
"lastModified": 1723337705,
"narHash": "sha256-znSU0DeNDPt7+LMAfFkvKloMaeQ6yl/U5SqV/ktl1vA=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "d15f6f6021693898fcd2c6a9bb13707383da9bbc",
"rev": "ace7856d327b618d3777e31b1f224b3ab57ed71a",
"type": "github"
},
"original": {
@ -178,11 +182,11 @@
]
},
"locked": {
"lastModified": 1722214420,
"narHash": "sha256-qfHC1p5hcErGcE672/KhBkyWYloekQpqIxtcbcUVYkA=",
"lastModified": 1723683171,
"narHash": "sha256-hQMQQHOVVkiCO5hmbjI3EVimWFIkRNkGIGUhyIQ0mQ0=",
"owner": "nix-community",
"repo": "nixos-generators",
"rev": "75cbb2a5e19c18840d105a72d036c6c92fc46c5d",
"rev": "1cb3dc2f3af215ea40911de8fd0942c1ff3fb673",
"type": "github"
},
"original": {
@ -193,11 +197,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1722332872,
"narHash": "sha256-2xLM4sc5QBfi0U/AANJAW21Bj4ZX479MHPMPkB+eKBU=",
"lastModified": 1723310128,
"narHash": "sha256-IiH8jG6PpR4h9TxSGMYh+2/gQiJW9MwehFvheSb5rPc=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "14c333162ba53c02853add87a0000cbd7aa230c2",
"rev": "c54cf53e022b0b3c1d3b8207aa0f9b194c24f0cf",
"type": "github"
},
"original": {
@ -209,11 +213,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1722621932,
"narHash": "sha256-Uz5xeHsH7+qZVncZwfzGd+CTjxd0mwaP7Q/pbs7OB5c=",
"lastModified": 1723746470,
"narHash": "sha256-xOWtLQpYetDWPlOvAo04as/ocpGTm1W556zfA24Vdh4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "15ed5d4537fd46399513bb040bf98415c825281b",
"rev": "9bbda8b76be48dd59d352199d06c24d61b94206a",
"type": "github"
},
"original": {
@ -225,11 +229,11 @@
},
"nixpkgs-full": {
"locked": {
"lastModified": 1722519197,
"narHash": "sha256-VEdJmVU2eLFtLqCjTYJd1J7+Go8idAcZoT11IewFiRg=",
"lastModified": 1723688146,
"narHash": "sha256-sqLwJcHYeWLOeP/XoLwAtYjr01TISlkOfz+NG82pbdg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "05405724efa137a0b899cce5ab4dde463b4fd30b",
"rev": "c3d4ac725177c030b1e289015989da2ad9d56af0",
"type": "github"
},
"original": {
@ -277,11 +281,11 @@
]
},
"locked": {
"lastModified": 1722330636,
"narHash": "sha256-uru7JzOa33YlSRwf9sfXpJG+UAV+bnBEYMjrzKrQZFw=",
"lastModified": 1723808491,
"narHash": "sha256-rhis3qNuGmJmYC/okT7Dkc4M8CeUuRCSvW6kC2f3hBc=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "768acdb06968e53aa1ee8de207fd955335c754b7",
"rev": "1d07739554fdc4f8481068f1b11d6ab4c1a4167a",
"type": "github"
},
"original": {

View file

@ -14,7 +14,7 @@
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
homepage = {
url = "https://git.dadada.li/dadada/dadada.li.git";
url = "git+https://git.dadada.li/dadada/dadada.li.git";
flake = false;
};
agenix = {

View file

@ -1,6 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
with lib.hm.gvariant;
{
home.packages = [
pkgs.gnomeExtensions.switcher
];
dconf.settings = with lib.hm.gvariant; {
"org/gnome/shell" = {
favorite-apps = [
@ -14,7 +18,10 @@ with lib.hm.gvariant;
"org/gnome/shell" = {
disable-user-extensions = false;
enabled-extensions = [ "system-monitor@gnome-shell-extensions.gcampax.github.com" ];
enabled-extensions = [
"system-monitor@gnome-shell-extensions.gcampax.github.com"
"switcher@landau.fi"
];
};
"org/gnome/desktop/calendar" = {

View file

@ -68,6 +68,7 @@ with pkgs; [
kcachegrind
keepassxc
kubetail
krita
ldns
liboping # oping, ping multiple hosts at once
libreoffice
@ -117,6 +118,7 @@ with pkgs; [
skim # fzf in Rust
slurp
socat
solvespace
spotify
sqlite
sshfs-fuse

View file

@ -24,7 +24,7 @@ with lib; {
system.autoUpgrade = {
enable = true;
flake = "https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
flake = "git+https://git.dadada.li/dadada/nix-config.git#${config.networking.hostName}";
allowReboot = mkDefault false;
randomizedDelaySec = "45min";
};