we just gettin started
just a few more modules, like bitwarden, syncthing, screenshots
This commit is contained in:
parent
6b87cd99c8
commit
5fa40025d0
23 changed files with 227 additions and 61 deletions
|
|
@ -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
|
||||
|
|
@ -92,7 +90,7 @@
|
|||
kitty.enable = true;
|
||||
ranger.enable = true;
|
||||
};
|
||||
window_manager = {
|
||||
desktop = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
monitors = [
|
||||
|
|
@ -104,6 +102,30 @@
|
|||
walker.enable = true;
|
||||
wallpaper.enable = true;
|
||||
};
|
||||
syncthing = {
|
||||
devices = {
|
||||
marty-pc = {
|
||||
id = "6PJZD52-EEWIO7U-MZMJJ5B-33DGNSU-O7DJVRT-GAE7QZG-ZY3VIMV-VSMBDQP";
|
||||
autoAcceptFolder = true;
|
||||
};
|
||||
marty-server = {
|
||||
id = "UDMXEKZ-HYIFI5S-VAKE75O-K3C65QV-LS43QA5-3JTHWKL-CI5C3Y6-P4NSQQM";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
marty-latitude = {
|
||||
id = "SOAWHKA-BCQGO5G-IJ24WTO-RDETP5M-LNTVO66-MHIOUU2-NNQ57P6-FFKNSA6";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
marty-pixel = {
|
||||
id = "GSBXOGW-6SYLDUQ-HPH7FBJ-CKHWQIK-K5YORB4-CYKGYT6-DLCVSAK-LA2RMAK";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
marty-fairphone = {
|
||||
id = "2ISVWQV-4USY5IA-2OU55CE-Q7VLPD7-4RVQ5WX-FXQSJMY-2ES4EZG-IGFB7QG";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
inputs.walker.homeManagerModules.default
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,14 +87,6 @@
|
|||
terminal = {
|
||||
kitty.enable = false;
|
||||
};
|
||||
window_manager = {
|
||||
hyprland = {
|
||||
enable = false;
|
||||
};
|
||||
waybar.enable = false;
|
||||
walker.enable = false;
|
||||
wallpaper.enable = true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
inputs.walker.homeManagerModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue