Skip to content

Commit

Permalink
25.01.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handdara committed Jan 21, 2025
1 parent b04a379 commit cc34cf0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
YY: 25
0M: 01
MINOR: 1
MINOR: 2
MICRO: 0
---
-->
Expand Down Expand Up @@ -67,4 +67,4 @@ MICRO: 0
---
[Version Badge]:https://img.shields.io/badge/version-25.01.1.0-a47daa?style=for-the-badge&labelColor=616097
[Version Badge]:https://img.shields.io/badge/version-25.01.2.0-a47daa?style=for-the-badge&labelColor=616097
4 changes: 4 additions & 0 deletions fst/hish/fish-main/functions/manage.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function manage
'sc-laptop: set screens to simple laptop setup',\
'sc-triple: set screens to triple office setup',\
'sc-office: set screens to work office setup',\
'sc-tv: set screens to work office setup',\
'lowpow: run commands for conserving battery power',\
'tlp: start tlp in automatically selected mode',\
'netmgr: start nmtui',\
Expand Down Expand Up @@ -93,6 +94,9 @@ function manage
xrandr --output eDP-1 --off
xrandr --output DVI-I-2-2 --auto --left-of eDP-1
xrandr --output DVI-I-1-1 --auto --left-of DVI-I-2-2
case 'sc-tv'
xrandr --output eDP-1 --off
xrandr --output DP-1 --mode 3840x2160 --scale 0.35 --rate 60 --left-of eDP-1
case 'lowpow'
brightnessctl set 0%
sudo tlp bat
Expand Down
9 changes: 9 additions & 0 deletions hix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
extraGroups = ["networkmanager" "wheel"];
};

virtualisation.vmVariant = {
# following configuration is added only when building VM with build-vm
virtualisation = {
memorySize = 8192;
cores = 3;
};
users.users.${inputs.user_opts.username}.initialHashedPassword = "$y$j9T$JUfzgCrkYKRoLrIAVtJQ6/$7dfStm8xv38CGZP.LSuA4GEVVJyCuR8H1TRPCPc3D64";
};

# Install firefox for all users
programs.firefox.enable = true;

Expand Down

0 comments on commit cc34cf0

Please sign in to comment.