Skip to content

Commit

Permalink
refactor: update theme and wall and remove some refs to old devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Feb 16, 2025
1 parent c840a95 commit d79acc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
10 changes: 1 addition & 9 deletions home/linux/base/scripts/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
unix-scripts,
myvars,
...
}: {
{unix-scripts, ...}: {
home.file.".local/bin" = {
source = "${unix-scripts}";
recursive = true;
};

home.sessionVariables = {
DEV_ENVS_PATH = "${myvars.devenvsPath}";
};
}
2 changes: 1 addition & 1 deletion hosts/dtsf-pc/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
in {
imports = [./packages.nix];

modules.desktop.colorscheme.theme = "gruvbox";
modules.desktop.colorscheme.theme = "vesper";

modules.desktop = {
sway = generate "sway";
Expand Down
3 changes: 1 addition & 2 deletions vars/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ in {
username = username;
userfullname = "Filipe Lima";
useremail = "[email protected]";
devenvsPath = "/home/${username}/.dotfiles/modules/devenvs";
sshAuthorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaF8YTdblaxjJATw1segJGHw69ooLnVY25Vz8hAo9kk [email protected]"
];
wallpaper = "/run/media/dtsf/ext-files/walls/27.png";
wallpaper = "/run/media/dtsf/ext-files/walls/28.png";
}

0 comments on commit d79acc4

Please sign in to comment.