KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
nixos-slim-theme
★ 17
Open GitHub ↗
NixOS theme for SLiM lock
Download README (.md)
Explore Similar Repositories
justdlna
:
Simple UPnP/DLNA server that Just works
hostblock
:
Automatic blocking of suspicious remote IP hosts - tool monitors log files for suspicious activity to automatically deny further access with iptables.
railsbridge-vm
:
Vagrant provisioning for the RailsBridge VM
Sublime-Text-3-Full-Documentation
:
No description available.
thoughtsom
:
Save thoughts and watch them get organized.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nixos-slim-theme
?
Download (.md)
#Theme for [SLiM](http://slim.berlios.de/) with [NixOS](http://nixos.org/) thematics.  ## How to use To use this slim theme in NixOS you set the `theme` option, like so: ``` slim = { enable = true; theme = pkgs.fetchurl { url = "https://github.com/jagajaga/nixos-slim-theme/archive/Final.tar.gz"; sha256 = "4cab5987a7f1ad3cc463780d9f1ee3fbf43603105e6a6e538e4c2147bde3ee6b"; }; }; ``` Then you need to do `nixos-rebuild switch` and restart slim to apply the theme.