Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherhadi committed Jun 25, 2024
1 parent c618fec commit 80f8ca3
Show file tree
Hide file tree
Showing 248 changed files with 12 additions and 12 deletions.
5 changes: 2 additions & 3 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))

- [ ] Nixy
- [ ] Installation script (easy)
- [ ] Installation script ([install.sh](./scripts/install.sh) to test on a fresh install)
- [ ] Variables-template with defaults
- [ ] Themes
- [ ] Upload new wallpapers
Expand Down Expand Up @@ -33,8 +33,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Exclude file pattern (nodes modules, ...)
- [ ] Auto backup when a specific usb key is plugged

- [ ] Automount USB Key (And notify-send when it's done)
- [ ] Usb security for laptop & server, variable in variables.nix, disable for guest
- [ ] Usb security for laptop & server, variable in variables.nix, disable for guest

- [ ] Server
- [ ] Bitcoin-git
Expand Down
9 changes: 5 additions & 4 deletions home/laptop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@
./programs/qutebrowser
./programs/spicetify
./programs/zathura
./programs/shell
./programs/git

# Scripts
./scripts # All scripts

# System
# System (Desktop environment like stuff)
./system/dunst
./system/git
./system/gtk
./system/hyprland
./system/shell
./system/sops/laptop.nix # You should probably remove this line
./system/waybar
./system/wlogout
./system/wofi
./system/mime
./system/udiskie

./system/sops/laptop.nix # You should probably remove this line
];

home = {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions home/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
# Programs
./programs/btop
./programs/nvim
./programs/git
./programs/shell

# Scripts
./scripts # All scripts

# System
./system/git
./system/shell
];

home = {
Expand Down
2 changes: 1 addition & 1 deletion home/system/gtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
home.file = {
".local/share/themes/FlatColor" = {
recursive = true;
source = ./gtk;
source = ./theme;
};

".local/share/themes/FlatColor/colors2".text = ''
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 2 additions & 0 deletions home/system/udiskie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
services.udiskie = {
enable = true;
tray = "always";
notify = true;
automount = true;
};
}

0 comments on commit 80f8ca3

Please sign in to comment.