Compare commits

..

No commits in common. "1b84eaaa75efce75743ae81d2224cb94747f2d4a" and "d30d72e1d7b79b91aa3fa31bd600f7b140cffa3a" have entirely different histories.

3 changed files with 19 additions and 27 deletions

30
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773177250, "lastModified": 1768707181,
"narHash": "sha256-hHBO/sqmFtL5SU6oTEntnSIvBn/hqm6kawZLbvxaSf4=", "narHash": "sha256-GdwFfnwdUgABFpc4sAmX7GYx8eQs6cEjOPo6nBJ0YaI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "67cd089ee14d74e22d5e41566ba0adb6e5a61509", "rev": "83bcb17377f0242376a327e742e9404e9a528647",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772330611, "lastModified": 1768434960,
"narHash": "sha256-UZjPc/d5XRxvjDbk4veAO4XFdvx6BUum2l40V688Xq8=", "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "58fd7ff0eec2cda43e705c4c0585729ec471d400", "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -43,11 +43,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1772963539, "lastModified": 1768564909,
"narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9dcb002ca1690658be4a04645215baea8b95f31d", "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -72,11 +72,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773096132, "lastModified": 1768709255,
"narHash": "sha256-M3zEnq9OElB7zqc+mjgPlByPm1O5t2fbUrH3t/Hm5Ag=", "narHash": "sha256-aigyBfxI20FRtqajVMYXHtj5gHXENY2gLAXEhfJ8/WM=",
"owner": "mic92", "owner": "mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "d1ff3b1034d5bab5d7d8086a7803c5a5968cd784", "rev": "5e8fae80726b66e9fec023d21cd3b3e638597aa9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -93,11 +93,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773117756, "lastModified": 1768711359,
"narHash": "sha256-47P/mNwhBao57SDfEMQqWPrK8GEUCcVj/Bb24390BDk=", "narHash": "sha256-3n2ixvAMWij1ZOh/KMJJqizX+sRU083wFR8pa6+IkyU=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "bb5e69d7f82c0a58ad11b5ae46755c44772e335c", "rev": "8c9e9425946f290fa60e0e6fd7b1464cbcdbc53e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -131,13 +131,10 @@
libreoffice-qt6-fresh libreoffice-qt6-fresh
komikku komikku
joplin joplin
joplin-desktop
obs-studio obs-studio
kdePackages.kdenlive kdePackages.kdenlive
xclip freetube
ani-cli
epy
pandoc
tmux
# Only related to this laptop - above to be moved to a more common config when ive added more hosts # Only related to this laptop - above to be moved to a more common config when ive added more hosts
kdePackages.dolphin kdePackages.dolphin
prismlauncher prismlauncher
@ -153,6 +150,7 @@
pnpm pnpm
rustc rustc
cargo cargo
code-cursor
]; ];
# Custom services # Custom services

View file

@ -72,7 +72,6 @@
# Vim config # Vim config
vim = { vim = {
enable = true; enable = true;
defaultEditor = true;
settings = { settings = {
expandtab = true; expandtab = true;
tabstop = 2; tabstop = 2;
@ -109,12 +108,7 @@
settings = { settings = {
splash = true; splash = true;
preload = [ "~/nix-dots/.github/assets/evangelion_unit-01.png" ]; preload = [ "~/nix-dots/.github/assets/evangelion_unit-01.png" ];
wallpaper = [ wallpaper = [ ",~/nix-dots/.github/assets/evangelion_unit-01.png" ];
{
monitor = "eDP-1";
path = "~/nix-dots/.github/assets/evangelion_unit-01.png";
}
];
}; };
}; };
}; };