added superfile to homemanager
This commit is contained in:
parent
fb8665ef70
commit
54eb941306
5 changed files with 23 additions and 7 deletions
|
|
@ -83,7 +83,7 @@
|
|||
# Services
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
blueman.enable = true;
|
||||
blueman.enable = false;
|
||||
pulseaudio.enable = false;
|
||||
printing.enable = true;
|
||||
xserver = {
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gparted # Drive Partition Manger
|
||||
bluez # Bluetooth Stack
|
||||
blueman # Bluetooth Management
|
||||
# blueman # Bluetooth Management
|
||||
home-manager # Dotfiles Management
|
||||
pkg-config # Determine lib locations for linking during compliation
|
||||
ripgrep # regex parser written in rust
|
||||
|
|
@ -146,6 +146,7 @@
|
|||
glow # Markdown renderer for terminal
|
||||
inputs.sk-extract.packages.${system}.default
|
||||
inputs.yunodo.packages.${system}.default
|
||||
signal-desktop
|
||||
];
|
||||
|
||||
# Fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue