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
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