we just gettin started

just a few more modules, like bitwarden, syncthing, screenshots
This commit is contained in:
martyTF 2025-12-20 05:59:46 +01:00
parent 6b87cd99c8
commit 5fa40025d0
23 changed files with 227 additions and 61 deletions

View file

@ -29,9 +29,7 @@
home.packages = with pkgs; [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
hello
rbw
pinentry-curses
# hello
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
@ -89,10 +87,15 @@
terminal = {
kitty.enable = true;
};
window_manager = {
desktop = {
hyprland = {
enable = false;
numlock = true;
monitors = [
"monitor = desc:AOC Q27G2WG4 0x00005F45, 2560x1440@144, 3840x0, 1 # main monitor"
"monitor = desc:Samsung Electric Company S24D330 0x5A5A5131, 1920x1080@60, 3840x1440, 1 # side monitor"
"monitor = desc:Panasonic Industry Company Panasonic-TV, 3840x2160@30, 0x0, 1 # tv"
];
};
waybar.enable = true;
walker.enable = true;