mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
c3b8705bcb
commit
c9e6ab6e8b
2 changed files with 8 additions and 1 deletions
|
@ -132,9 +132,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
users.users.rae = {
|
users.users.rae = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" "docker" ];
|
||||||
hashedPassword = "$y$j9T$YPq.Kl8rss1JmJ5Vg6cHE/$2kdfzCkkhaO.I4u714EQnS/ZFert5byisiRVxtC.9G2";
|
hashedPassword = "$y$j9T$YPq.Kl8rss1JmJ5Vg6cHE/$2kdfzCkkhaO.I4u714EQnS/ZFert5byisiRVxtC.9G2";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
# only like a few seconds
|
# only like a few seconds
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# development
|
# development
|
||||||
|
cc65 # C compiler for processors of 6502 family
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
|
@ -27,6 +28,8 @@
|
||||||
prismlauncher # Free, open source launcher for Minecraft
|
prismlauncher # Free, open source launcher for Minecraft
|
||||||
steam-run # Run commands in the same FHS environment that is used for Steam
|
steam-run # Run commands in the same FHS environment that is used for Steam
|
||||||
uxn # Assembler and emulator for the Uxn stack machine
|
uxn # Assembler and emulator for the Uxn stack machine
|
||||||
|
x16 # Official emulator of CommanderX16 8-bit computer
|
||||||
|
x16-rom # ROM file for CommanderX16 8-bit computer
|
||||||
# graphics
|
# graphics
|
||||||
flameshot # Powerful yet simple to use screenshot software
|
flameshot # Powerful yet simple to use screenshot software
|
||||||
gimp # GNU Image Manipulation Program
|
gimp # GNU Image Manipulation Program
|
||||||
|
@ -41,9 +44,11 @@
|
||||||
vesktop # Alternate client for Discord with Vencord built-in
|
vesktop # Alternate client for Discord with Vencord built-in
|
||||||
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
||||||
# system tools
|
# system tools
|
||||||
|
android-tools # Android SDK platform tools
|
||||||
bat # Cat(1) clone with syntax highlighting and Git integration
|
bat # Cat(1) clone with syntax highlighting and Git integration
|
||||||
btop # Monitor of resources
|
btop # Monitor of resources
|
||||||
dconf-editor # GSettings editor for GNOME
|
dconf-editor # GSettings editor for GNOME
|
||||||
|
kdePackages.dolphin # File manager by KDE
|
||||||
ffmpeg # Complete, cross-platform solution to record, convert and stream audio and video
|
ffmpeg # Complete, cross-platform solution to record, convert and stream audio and video
|
||||||
kdePackages.filelight # Quickly visualize your disk space usage
|
kdePackages.filelight # Quickly visualize your disk space usage
|
||||||
gparted # Graphical disk partitioning tool
|
gparted # Graphical disk partitioning tool
|
||||||
|
|
Loading…
Reference in a new issue