cleanup and fixes
This commit is contained in:
parent
bbaa9686c9
commit
9dfbdd6ba3
4
TODO.md
4
TODO.md
@ -35,9 +35,9 @@
|
||||
- [ ] add grub bootloader to configuration (and theme)
|
||||
- [ ] distinguish between profiles and decide which version of nixpkgs it should use (my notebook unstable, server stable ...)
|
||||
- [ ] add notification management for bluetooth etc...
|
||||
- [ ] add battery notification
|
||||
- [x] add battery notification
|
||||
- [ ] add syncthing configuration
|
||||
- [ ] qutebrowser configuration
|
||||
- [x] qutebrowser configuration
|
||||
- [ ] script dir set environment variable
|
||||
|
||||
- [ ] update my home page and create new web
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# Home manager
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs system pkgs pkgs-stable userSettings;};
|
||||
@ -88,6 +87,7 @@
|
||||
environment.systemPackages = [
|
||||
inputs.install-script.packages.${system}.default
|
||||
inputs.shinya-nvf.packages.${system}.nvf
|
||||
pkgs.gcc
|
||||
];
|
||||
|
||||
#services.twingate.enable = true;
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
mpv
|
||||
openrocket
|
||||
spotube
|
||||
harmony-music
|
||||
inkscape
|
||||
gnome-disk-utility
|
||||
qbittorrent
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
git-ignore
|
||||
lazygit
|
||||
ghostty
|
||||
cargo
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
@ -47,7 +47,8 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
fit-to-screen = false;
|
||||
control-center-height = 200;
|
||||
control-center-height = 500;
|
||||
control-center-width = 250;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user