Skip to content

Commit

Permalink
emi: silly changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aproxia-dev committed Aug 12, 2024
1 parent 1cd0db3 commit f78a18a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in
type = types.attrs;
default = {
apro = {
desc = "Emily Shirley";
desc = "Emi Pikner";
modules = [ ];
fc = {
# `fonts` takes a list of packages
Expand Down
7 changes: 4 additions & 3 deletions users/apro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ in {
packages = (with pkgs; [
(pcmanfm.override { withGtk3 = true; })
tor-browser-bundle-bin
wlr-randr
rofi-wayland
scrot
#picom-dccsillag
Expand All @@ -14,10 +15,12 @@ in {
zed-editor
nicotine-plus # yarr harr
obs-studio
blockbench-electron
#jrnl
feh
ncdu
duf
playerctl
pamixer
pulsemixer
dconf
Expand All @@ -31,9 +34,7 @@ in {
stable.deluge
(giph.override { ffmpeg = (ffmpeg_6.override { ffmpegVariant = "full"; }); })
# etterna
# run # credit to alpha for this
]) ++ (with pkgs.stable; [
#unityhub
comma
]);

pointerCursor = {
Expand Down
2 changes: 2 additions & 0 deletions users/apro/programs/apps/vscodium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
};

window = {
titleBarStyle = "custom";
customMenuBarAltFocus = false;
menuBarVisibility = "compact";
zoomLevel = 1;
};
Expand Down

0 comments on commit f78a18a

Please sign in to comment.