This website requires JavaScript.
Explore
Help
Sign In
martials
/
nixos-configuration
Watch
1
Star
0
Fork
0
You've already forked nixos-configuration
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
99c1d855ab8c6517fe7f85568554bda94d681893
nixos-configuration
/
modules
/
terminal
/
default.nix
12 lines
115 B
Nix
Raw
Normal View
History
Unescape
Escape
wlogout and swaylock. Moved starship to home-manager and styled with catppuccin. Changed some font colours for better contrast. Transparency on terminals. swww for animated wallpapers. Starter template for creating new files. Styled waybar from catppuccin template, changed some icons.
2024-12-28 20:25:37 +01:00
{
pkgs
,
.
.
.
}:
{
🧹 Moved almost all files to /modules. Moved some code to separate files
2025-01-05 19:14:37 +01:00
imports
=
[
./shell.nix
]
;
wlogout and swaylock. Moved starship to home-manager and styled with catppuccin. Changed some font colours for better contrast. Transparency on terminals. swww for animated wallpapers. Starter template for creating new files. Styled waybar from catppuccin template, changed some icons.
2024-12-28 20:25:37 +01:00
environment
.
systemPackages
=
with
pkgs
;
[
🧹 Moved almost all files to /modules. Moved some code to separate files
2025-01-05 19:14:37 +01:00
kitty
wlogout and swaylock. Moved starship to home-manager and styled with catppuccin. Changed some font colours for better contrast. Transparency on terminals. swww for animated wallpapers. Starter template for creating new files. Styled waybar from catppuccin template, changed some icons.
2024-12-28 20:25:37 +01:00
]
;
}
Reference in New Issue
Copy Permalink