From 70f3c7bacee62a9961f3c57f9f2661e696689ef7 Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 12:58:36 +0100 Subject: [PATCH] test justfile added --- TODO.md | 10 +++++++--- justfile | 5 +++++ nixos/home/packages/programming/code.nix | 2 ++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 justfile diff --git a/TODO.md b/TODO.md index f2ba64d..4ee0554 100644 --- a/TODO.md +++ b/TODO.md @@ -20,10 +20,10 @@ - [x] modularity connected via configuration.nix file with home manager (disable gnome, gnome configuration will be disabled too) - [x] NVIDIA options - [x] fix wlogout +- [x] cleanup hyprland subtools (rofi, hyprlock, waybar) +- [x] fix rofi cliboard manager by moving it into separate file managed by nix - [ ] neovim - [ ] librewolf and firefox fix, extensions and bookmarks in librewolf -- [ ] graph of my system structure -- [ ] cleanup hyprland subtools (rofi, hyprlock, waybar) - [ ] modularize hyprland config into multiple files - [ ] consider moving nh config helper into module - [ ] make static background folder and figure out how to simply manage backgrounds across my devices @@ -31,8 +31,12 @@ - [ ] nix-on-droid - [ ] ssh public key deployment - [ ] consider moving userSettings from flake.nix to each profile -- [ ] fix rofi cliboard manager by moving it into separate file managed by nix +- [ ] add grub bootloader to configuration +- [ ] stylix make in one place and check for each program if it is enabled (tmux) +- [ ] distinguish between profiles and decide which version of nixpkgs it should use (my notebook unstable, server stable ...) +- [ ] check nvtop if nvidia is enabled - [ ] update my home page and create new web - [ ] fix kde theme in stylix +- [ ] graph of my system structure - [ ] ?tryout starship? diff --git a/justfile b/justfile new file mode 100644 index 0000000..e652f62 --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +default: + +run: + git clone https://git.foglar.tech/foglar/dotfiles.git --depth 1 ~/.dotfiles + \ No newline at end of file diff --git a/nixos/home/packages/programming/code.nix b/nixos/home/packages/programming/code.nix index ebcfd4e..555d1d1 100644 --- a/nixos/home/packages/programming/code.nix +++ b/nixos/home/packages/programming/code.nix @@ -77,6 +77,8 @@ github.codespaces + nefrob.vscode-just-syntax + # Remote ms-vscode-remote.remote-ssh ms-vscode-remote.remote-ssh-edit