diff options
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 1 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | hjem.nix | 3 | ||||
| -rw-r--r-- | todo | 8 |
4 files changed, 10 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix index dddce33..109b994 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,6 +62,7 @@ surf terminus_font terminus_font_ttf + yt-dlp ]; programs.git = { @@ -2,7 +2,7 @@ description = "Based and Minimal Flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; hjem = { url = "github:feel-co/hjem"; inputs.nixpkgs.follows = "nixpkgs"; @@ -41,6 +41,9 @@ lazygit librewolf btop + mpv + zathura + lf (pkgs.writeShellScriptBin "surf.sh" ( builtins.readFile ( @@ -13,6 +13,7 @@ - [ ] umatrix vs ublock - [ ] surf startpage not white - [ ] hosts adblocking + - [ ] clipboard - [x] statusbar - [ ] name programs better? - [ ] music @@ -27,6 +28,7 @@ - [x] images look weird (rmpc/fastfetch) - [x] get rid of missing spaces - [x] toggable transparency + - [ ] clipboard - [ ] vim - [ ] find a non ai fork? vim classic? - [x] line nums @@ -58,7 +60,7 @@ - [ ] rss feed aggregator - [ ] file manager -- [ ] image viewer -- [ ] pdf viewer zathura? -- [ ] mpv +- [x] image viewer +- [x] pdf viewer zathura? +- [x] mpv - [ ] real todo list + calendar |
