cleanup and fixes

This commit is contained in:
foglar 2025-02-04 20:06:10 +01:00
parent bbaa9686c9
commit 9dfbdd6ba3
5 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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;

View File

@ -27,6 +27,7 @@
mpv
openrocket
spotube
harmony-music
inkscape
gnome-disk-utility
qbittorrent

View File

@ -22,6 +22,7 @@
git-ignore
lazygit
ghostty
cargo
]
);

View File

@ -47,7 +47,8 @@
enable = true;
settings = {
fit-to-screen = false;
control-center-height = 200;
control-center-height = 500;
control-center-width = 250;
};
};